X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/83481c684518420be3c2d2c604ba85b2e72be9e4..11f3f87d393db53a8e455128afb5ccc0f6e02292:/src/gui/mainwindow.h diff --git a/src/gui/mainwindow.h b/src/gui/mainwindow.h index ccc3506..7f1c764 100644 --- a/src/gui/mainwindow.h +++ b/src/gui/mainwindow.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * @@ -35,6 +35,7 @@ class MainWindow : public QMainWindow, private Ui::MainWindow Q_OBJECT public: MainWindow(QWidget *parent = 0); + ~MainWindow(); signals: void conferenceRemoved(); private slots: @@ -50,7 +51,6 @@ private slots: void onEventChanged(int aEventId, bool favouriteChanged); void onSearchResultChanged(); - // TODO: remove void networkQueryFinished(QNetworkReply*); void importFromNetwork(const QString&, int conferenceId); void importFromFile(const QString&, int conferenceId);