X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=a1fa44439a53d48aa622940cf39f4d183df3432c;hp=1737709732061a0b42f59c39f716c4430160ce17;hb=d61e228c1d7bccaa117c7559fd8ca1975c6637cc;hpb=c80e9d81bfecf4126ed5a0a8b34802aa320ade0c diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 17377097..a1fa4443 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -120,6 +120,7 @@ class MainWin void showNotificationsDlg(); void showIgnoreList(QString newRule = QString()); void showShortcutsDlg(); + void toggleFullscreen(); void handleCoreConnectionError(const QString &errorMsg); void userAuthenticationRequired(CoreAccount *, bool *valid, const QString &errorMessage); @@ -180,6 +181,7 @@ class MainWin void setupChatMonitor(); void setupInputWidget(); void setupTopicWidget(); + void setupViewMenuTail(); void setupStatusBar(); void setupSystray(); void setupTitleSetter();