Fix compile warnings in tests

This commit is contained in:
Jonas Kvinge
2020-04-23 21:01:34 +02:00
parent f0b529952d
commit a1eadecdef
8 changed files with 18 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ void PrintTo(const ::QUrl& url, std::ostream& os);
#define EXPOSE_SIGNAL2(n, t1, t2) \
void Emit##n(const t1& a1, const t2& a2) { emit n(a1, a2); }
Q_DECLARE_METATYPE(QModelIndex);
Q_DECLARE_METATYPE(QModelIndex)
class TemporaryResource : public QTemporaryFile {
public: