diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-06-02 23:08:48 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-02 23:08:48 +0900 |
commit | 4e762cba7f03aa9074f8575892831d2498175553 (patch) | |
tree | 83fb9b5b21aa5ef8f3cf4631055850f9824d2946 /settings.h | |
parent | 36dbba9c543b819aec526f18c33f1d95b0ee61c7 (diff) | |
parent | 6aef84109f68e07d71432d5bb8437e33eaeed940 (diff) | |
download | libquotient-4e762cba7f03aa9074f8575892831d2498175553.tar.gz libquotient-4e762cba7f03aa9074f8575892831d2498175553.zip |
Merge pull request #66 from Quiark/reorg
Expose userlist to QML
Diffstat (limited to 'settings.h')
-rw-r--r-- | settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,9 +20,9 @@ #include <QtCore/QSettings>
#include <QtCore/QVector>
+#include <QtCore/QUrl>
class QVariant;
-class QUrl;
namespace QMatrixClient
{
|