|
|
@ -87,7 +87,11 @@ public: |
|
|
|
save(); |
|
|
|
save(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void setIgnoreMinorEvents(bool state) { ignoreMinorEvents_ = state; } |
|
|
|
void setIgnoreMinorEvents(bool state) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
ignoreMinorEvents_ = state; |
|
|
|
|
|
|
|
emit roomSortingChanged(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void setButtonsInTimeline(bool state) |
|
|
|
void setButtonsInTimeline(bool state) |
|
|
|
{ |
|
|
|
{ |
|
|
@ -124,6 +128,7 @@ public: |
|
|
|
|
|
|
|
|
|
|
|
signals: |
|
|
|
signals: |
|
|
|
void groupViewStateChanged(bool state); |
|
|
|
void groupViewStateChanged(bool state); |
|
|
|
|
|
|
|
void roomSortingChanged(); |
|
|
|
|
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
// Default to system theme if QT_QPA_PLATFORMTHEME var is set.
|
|
|
|
// Default to system theme if QT_QPA_PLATFORMTHEME var is set.
|
|
|
|