diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2015-02-27 02:57:56 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-27 06:31:10 +0100 |
commit | f61b59d961a5188dde3121ce83af055421fa82b0 (patch) | |
tree | d1384932b02029f6e31acb94616e037efb9315f4 /qt-ui/mainwindow.h | |
parent | 59ab849854bec7f61a527c4b6e5a1f063c57abb8 (diff) | |
download | subsurface-f61b59d961a5188dde3121ce83af055421fa82b0.tar.gz |
Change the references to ShowError to the new notification object.
Showing an Error message is better called from the Notification Object,
So for consistency old references to showError is replaced by calling
the notification object.
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 06b180a39..22fd02d4d 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -71,7 +71,6 @@ public: DivePlannerWidget *divePlannerWidget(); PlannerSettingsWidget *divePlannerSettingsWidget(); LocationInformationWidget *locationInformationWidget(); - void showError(QString message); void setTitle(enum MainWindowTitleFormat format); // Some shortcuts like "change DC" or "copy/paste dive components" |