diff options
author | DaMichel <mw.pub@welter-4d.de> | 2016-09-08 16:43:12 +0200 |
---|---|---|
committer | DaMichel <mw.pub@welter-4d.de> | 2016-09-08 16:43:12 +0200 |
commit | 77cf67d61c8f6ae7ec00fd069b0e6586927069a3 (patch) | |
tree | 5cdb392bca39cdb48725d3dae45120f38c626fa8 /gui/options-dialog.hpp | |
parent | 6c72e89a8b3be6d453d03d74b9de4208d155a93f (diff) |
tracklogging: begone file selector gui. Now a file select dialog will pop up when the tracker starts.
Diffstat (limited to 'gui/options-dialog.hpp')
-rw-r--r-- | gui/options-dialog.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/options-dialog.hpp b/gui/options-dialog.hpp index f11513bf..4ab8301e 100644 --- a/gui/options-dialog.hpp +++ b/gui/options-dialog.hpp @@ -24,5 +24,4 @@ private slots: void doOK(); void doCancel(); void bind_key(key_opts &kopts, QLabel* label); - void browse_datalogging_file(); }; |