]> git.cworth.org Git - vogl/blobdiff - src/vogleditor/vogleditor.h
UI: Fix issue #20: Search in the editor really slow
[vogl] / src / vogleditor / vogleditor.h
index ad007e2ba8b65c0f3382350f010cf88b473486e4..30ffd589952341b47ccda95708829d227989bf9e 100644 (file)
@@ -110,6 +110,8 @@ private slots:
 
    void on_actionOpen_Session_triggered();
 
+   void on_searchTextBox_returnPressed();
+
 private:
    Ui::VoglEditor* ui;
 
@@ -166,8 +168,7 @@ private:
    vogleditor_apiCallTimelineModel* m_pTimelineModel;
 
    vogleditor_QApiCallTreeModel* m_pApicallTreeModel;
-
-   QModelIndexList m_searchApicallResults;
+   QColor m_searchTextboxBackgroundColor;
 };
 
 #endif // VOGLEDITOR_H