changed notation

This commit is contained in:
fourtf
2017-01-18 04:33:30 +01:00
parent 552e4c957a
commit 10e4a0f785
61 changed files with 1214 additions and 1051 deletions
+5 -5
View File
@@ -16,9 +16,9 @@ public:
ChatWidgetHeaderButton();
ChatWidgetHeaderButtonLabel &
label()
getLabel()
{
return m_label;
return label;
}
signals:
@@ -35,10 +35,10 @@ protected:
private:
QHBoxLayout hbox;
ChatWidgetHeaderButtonLabel m_label;
ChatWidgetHeaderButtonLabel label;
bool m_mouseOver;
bool m_mouseDown;
bool mouseOver;
bool mouseDown;
void labelMouseUp();
void labelMouseDown();