From 3fbefdde2bca0f585d13ed8a7e2ab06a7871de99 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 17 Feb 2015 12:27:24 -0500 Subject: 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). --- lumina-desktop/panel-plugins/userbutton/LUserButton.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lumina-desktop/panel-plugins') 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){ -- cgit