summaryrefslogtreecommitdiff
path: root/mpris2/interfacetest.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpris2/interfacetest.h')
-rw-r--r--mpris2/interfacetest.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/mpris2/interfacetest.h b/mpris2/interfacetest.h
index 0d2da75..c400fec 100644
--- a/mpris2/interfacetest.h
+++ b/mpris2/interfacetest.h
@@ -129,9 +129,10 @@ namespace Mpris2
QVariantMap props;
private:
- QDBusInterface* propsIface;
- QVariantMap outOfDateProperties; // prop name -> new value
- QTimer* delayedCheckTimer;
+ QDBusInterface* propsIface;
+ QVariantMap outOfDateProperties; // prop name -> new value
+ QTimer* delayedCheckTimer;
+ QMap<QString,uint> propertyUpdateWarningCount;
};
}