summaryrefslogtreecommitdiffstats
path: root/qt-models/cleanertablemodel.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-02-23 12:17:48 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-02-23 06:57:18 -0800
commitdedf8858fbd42b960a48dcc6758be400bd21bbf2 (patch)
tree8884f2701cec033394887e6677caf510d7ec9d69 /qt-models/cleanertablemodel.h
parentee553e059d55f3376a7026a217e879f579b90e17 (diff)
downloadsubsurface-dedf8858fbd42b960a48dcc6758be400bd21bbf2.tar.gz
cleanup: remove CleanerTableModel::warningMessage signal
Nobody was ever listening to this signal(?) and the last sender was removed in ac52034778bc5c82bb6c689d765b337b6d75b24a. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'qt-models/cleanertablemodel.h')
-rw-r--r--qt-models/cleanertablemodel.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/qt-models/cleanertablemodel.h b/qt-models/cleanertablemodel.h
index 0657b2099..4299e9002 100644
--- a/qt-models/cleanertablemodel.h
+++ b/qt-models/cleanertablemodel.h
@@ -26,11 +26,6 @@ public:
protected:
void setHeaderDataStrings(const QStringList &headers);
-signals:
-
- /* instead of using QMessageBox directly, wire a QWidget to this signal and display the result.
- * This is because the QModels will be used from the Mobile version and the desktop version. */
- void warningMessage(const QString& title, const QString& message);
private:
QStringList headers;