added toggle for moderation mode
This commit is contained in:
@@ -62,6 +62,9 @@ public:
|
||||
void setFlexSizeY(double y);
|
||||
double getFlexSizeY();
|
||||
|
||||
void setModerationMode(bool value);
|
||||
bool getModerationMode() const;
|
||||
|
||||
bool showChangeChannelPopup(const char *dialogTitle, bool empty = false);
|
||||
void giveFocus(Qt::FocusReason reason);
|
||||
bool hasFocus() const;
|
||||
@@ -88,6 +91,8 @@ private:
|
||||
double flexSizeX;
|
||||
double flexSizeY;
|
||||
|
||||
bool moderationMode;
|
||||
|
||||
boost::signals2::connection channelIDChangedConnection;
|
||||
|
||||
void setChannel(SharedChannel newChannel);
|
||||
|
||||
Reference in New Issue
Block a user