summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-27 03:22:09 +0000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-27 03:22:09 +0000
commit899f077abd2c582aba4e52814b858b75d0e5ea09 (patch)
treebd6838534c29dba5fbae90abe9f76bfe7264b1aa /qt-ui/mainwindow.h
parent6259b0301bbdf10c8337be35d440f6f1521ee2b0 (diff)
parenta4da3004da2f5179e2e7cac46047eec39c7b6949 (diff)
downloadsubsurface-899f077abd2c582aba4e52814b858b75d0e5ea09.tar.gz
Merge branch 'webservices' of github.com:tcanabrava/subsurface
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index 5dfae3e98..1c68fc4f7 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -69,6 +69,7 @@ private slots:
/* log menu actions */
void on_actionDownloadDC_triggered();
void on_actionDownloadWeb_triggered();
+ void on_actionDivelogs_de_triggered();
void on_actionEditDeviceNames_triggered();
void on_actionAddDive_triggered();
void on_actionRenumber_triggered();
@@ -120,7 +121,6 @@ private:
void redrawProfile();
void file_save();
void file_save_as();
- void setupSplitters();
};
MainWindow *mainWindow();