diff options
author | Roman Plášil <me@rplasil.name> | 2017-06-02 11:18:15 +0800 |
---|---|---|
committer | Roman Plášil <me@rplasil.name> | 2017-06-02 16:29:17 +0800 |
commit | 67b75e13db0d9b201c92d74e829e45d043313be7 (patch) | |
tree | 3dfbd958593da5c5775ba2b502bd1472c73c4104 /settings.h | |
parent | 6e80ef5b5776eb09f14b6815c2f4d6dbec69dffd (diff) | |
download | libquotient-67b75e13db0d9b201c92d74e829e45d043313be7.tar.gz libquotient-67b75e13db0d9b201c92d74e829e45d043313be7.zip |
Clean up
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
{
|