diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-01 13:57:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-01 14:33:36 +0300 |
commit | 96d3520f217a55a853b8c1a20f3975eee5c032b6 (patch) | |
tree | ed46540c5c3d6bd58d2fa31f8b5a7356157af19d /src/gui/viewport.cpp | |
parent | c29c83721eccfb3589eb7ac7b0793e8ce3bc0aaa (diff) | |
download | plus-96d3520f217a55a853b8c1a20f3975eee5c032b6.tar.gz plus-96d3520f217a55a853b8c1a20f3975eee5c032b6.tar.bz2 plus-96d3520f217a55a853b8c1a20f3975eee5c032b6.tar.xz plus-96d3520f217a55a853b8c1a20f3975eee5c032b6.zip |
Fix code style.
Diffstat (limited to 'src/gui/viewport.cpp')
-rw-r--r-- | src/gui/viewport.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/viewport.cpp b/src/gui/viewport.cpp index 6367f147e..77bc7bb16 100644 --- a/src/gui/viewport.cpp +++ b/src/gui/viewport.cpp @@ -692,7 +692,8 @@ void Viewport::showPopup(const int x, const int y, Button *const button) mPopupMenu->showPopup(x, y, button); } -void Viewport::showPopup(const int x, const int y, const ProgressBar *const bar) +void Viewport::showPopup(const int x, const int y, + const ProgressBar *const bar) { mPopupMenu->showPopup(x, y, bar); } |