]> git.sesse.net Git - pkanalytics/blobdiff - mainwindow.h
Update the status bar from the events.
[pkanalytics] / mainwindow.h
index e78463dc83a388ad99d70f38c3369b25b61f1b1a..20d8c6cc7348cda754f8fbd9107b6f215144acf8 100644 (file)
@@ -16,9 +16,11 @@ public:
        void setModel(EventsModel *model);
 
 private:
+       void position_changed(uint64_t pos);
        void seek(int64_t delta_ms);
        void set_current_event_type(const std::string &type);
        void delete_current_event();
+       void update_status();
 
        Ui::MainWindow *ui;
        EventsModel *model;