diff options
author | Ken Moore <ken@pcbsd.org> | 2015-02-17 12:27:24 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-02-17 12:27:24 -0500 |
commit | 3fbefdde2bca0f585d13ed8a7e2ab06a7871de99 (patch) | |
tree | e6c3ff9e4a8ecaa0e5c3fde3851429f22a877630 /lumina-desktop/panel-plugins/userbutton/LUserButton.h | |
parent | Remove some temporary debugging statements. (diff) | |
download | lumina-3fbefdde2bca0f585d13ed8a7e2ab06a7871de99.tar.gz lumina-3fbefdde2bca0f585d13ed8a7e2ab06a7871de99.tar.bz2 lumina-3fbefdde2bca0f585d13ed8a7e2ab06a7871de99.zip |
Clean up some more debugging output from the LPanel class (make it switchable in the code like most of the others). Also fix a signal/slot issue with the userbutton (minor).
Diffstat (limited to 'lumina-desktop/panel-plugins/userbutton/LUserButton.h')
-rw-r--r-- | lumina-desktop/panel-plugins/userbutton/LUserButton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lumina-desktop/panel-plugins/userbutton/LUserButton.h b/lumina-desktop/panel-plugins/userbutton/LUserButton.h index 4d5f59b4..fd87fe5e 100644 --- a/lumina-desktop/panel-plugins/userbutton/LUserButton.h +++ b/lumina-desktop/panel-plugins/userbutton/LUserButton.h @@ -41,12 +41,12 @@ private: UserWidget *usermenu; QToolButton *button; - void updateButtonVisuals(); - private slots: void openMenu(); void closeMenu(); + void updateButtonVisuals(); + public slots: void OrientationChange(){ if(this->layout()->direction()==QBoxLayout::LeftToRight){ |