summaryrefslogtreecommitdiff
path: root/mpris2/roottestwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpris2/roottestwidget.h')
-rw-r--r--mpris2/roottestwidget.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mpris2/roottestwidget.h b/mpris2/roottestwidget.h
index 00a7269..09d5c7d 100644
--- a/mpris2/roottestwidget.h
+++ b/mpris2/roottestwidget.h
@@ -40,8 +40,13 @@ namespace Mpris2
private slots:
void propertiesChanged(const QStringList& properties);
+ void testSetFullScreenOn();
+ void testSetFullScreenOff();
private:
+ void updateBoolPropLabel(const QString& name, QLabel *label);
+ void updateStringPropLabel(const QString& name, QLabel *label);
+
Ui_RootTestForm ui;
RootInterfaceTest* test;
};