X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fcoreconnectdlg.h;h=3b6f5847ece6c8fed36f80124762aaf793a0961c;hp=9f988a3fd7bc3b83c57fb31d4e461adf0df5a481;hb=8699dd758516d0ded076811e8ea656adc95e69d0;hpb=9fd4619e9aca7d53d7c5df156a0b25956a1bf682 diff --git a/src/qtui/coreconnectdlg.h b/src/qtui/coreconnectdlg.h index 9f988a3f..3b6f5847 100644 --- a/src/qtui/coreconnectdlg.h +++ b/src/qtui/coreconnectdlg.h @@ -1,11 +1,11 @@ /*************************************************************************** - * Copyright (C) 2005/06 by The Quassel Team * + * Copyright (C) 2005-08 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * + * (at your option) version 3. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * @@ -22,7 +22,6 @@ #define _CORECONNECTDLG_H #include "ui_coreconnectdlg.h" -#include "global.h" class CoreConnectDlg: public QDialog { Q_OBJECT @@ -33,7 +32,7 @@ class CoreConnectDlg: public QDialog { QVariant getCoreState(); bool willDoInternalAutoConnect(); - + public slots: void doAutoConnect(); @@ -54,6 +53,8 @@ class CoreConnectDlg: public QDialog { //void coreConnectionProgress(uint partial, uint total); void updateProgressBar(uint partial, uint total); void recvCoreState(QVariant); + + void showConfigWizard(const QVariantMap &coredata); private: Ui::CoreConnectDlg ui;