]> sigrok.org Git - pulseview.git/blobdiff - pv/session.hpp
Fix #1448 by using different captions for the Run button
[pulseview.git] / pv / session.hpp
index a4aaf6aabbcc8c94bf32e446375e8b9218a36b26..f4d150dbe0031133afbd2497db3c4947a047c01b 100644 (file)
@@ -172,6 +172,8 @@ public:
 
        void set_default_device();
 
+       bool using_file_device() const;
+
        void load_init_file(const string &file_name, const string &format,
                const string &setup_file_name);
 
@@ -264,8 +266,7 @@ Q_SIGNALS:
 
        void data_received();
 
-       void add_view(const QString &title, views::ViewType type,
-               Session *session);
+       void add_view(views::ViewType type, Session *session);
 
 public Q_SLOTS:
        void on_data_saved();