X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=0d29393a21c580cddfc4a353df373e5803d58f63;hb=e531fd1f1ea36a360a9d876c94e73b0f3b1bcd22;hp=a20a8afcb0c729da54926f2728f36d31605db08d;hpb=9bb1e377323247ce65e70f2506f096098969d19e;p=quassel.git diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index a20a8afc..0d29393a 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -62,7 +62,7 @@ class MainWin void init(); - void addBufferView(BufferViewConfig *config = 0); + void addBufferView(BufferViewConfig *config); BufferView *allBuffersView() const; inline QSystemTrayIcon *systemTrayIcon() const; @@ -96,6 +96,7 @@ class MainWin void messagesInserted(const QModelIndex &parent, int start, int end); void showAboutDlg(); void showChannelList(NetworkId netId = NetworkId()); + void startInternalCore(); void showCoreConnectionDlg(bool autoConnect = false); void showCoreInfoDlg(); void showSettingsDlg(); @@ -139,7 +140,6 @@ class MainWin void setupActions(); void setupBufferWidget(); void setupMenus(); - void setupViews(); void setupNickWidget(); void setupChatMonitor(); void setupInputWidget();