From: Philipp Spitzer Date: Wed, 12 Jun 2013 20:49:54 +0000 (+0000) Subject: Removed a "TODO" comment. X-Git-Tag: 0.6.0~2 X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/commitdiff_plain/64647002ab5b4a09e135cfd01f9cc30fdeb0c76a Removed a "TODO" comment. --- diff --git a/src/gui/mainwindow.h b/src/gui/mainwindow.h index 9f2a75a..488dede 100644 --- a/src/gui/mainwindow.h +++ b/src/gui/mainwindow.h @@ -51,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);