diff options
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index d121fc1d1..54b98f6e3 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -114,7 +114,7 @@ private: void readSettings(); void writeSettings(); void createActions(); - double seeking; + bool seeking; SoundCore *m_core; QMenu *m_mainMenu; MainDisplay *display; |
