]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/messages.hpp
Qt4: add the verbose-objects option to the messages window
[vlc] / modules / gui / qt4 / dialogs / messages.hpp
index 766feffaa7ce6a4a1908d5934c2f30dd36667d9d..720080abfd5ab933a47756f0bee0ec423aef2335 100644 (file)
@@ -35,6 +35,7 @@ class QLabel;
 class QTextEdit;
 class QTreeWidget;
 class QTreeWidgetItem;
+class QLineEdit;
 
 class MessagesDialog : public QVLCFrame, public Singleton<MessagesDialog>
 {
@@ -50,6 +51,8 @@ private:
     QTreeWidget *modulesTree;
     QPushButton *clearUpdateButton;
     QPushButton *saveLogButton;
+    QLineEdit *vbobjectsEdit;
+    QLabel *vbobjectsLabel;
     msg_subscription_t *sub;
     msg_cb_data_t *cbData;
     static void sinkMessage( msg_cb_data_t *, msg_item_t *, unsigned );
@@ -60,6 +63,7 @@ private slots:
     void updateTab( int );
     void clearOrUpdate();
     bool save();
+    void updateConfig();
 private:
     void clear();
     void updateTree();