mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 10:33:59 +02:00
add metatype declaration
This commit is contained in:
@@ -156,7 +156,7 @@ public slots:
|
|||||||
// resolve if not solved()
|
// resolve if not solved()
|
||||||
void onResolverAdded();
|
void onResolverAdded();
|
||||||
void onResolverRemoved();
|
void onResolverRemoved();
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void onResultStatusChanged();
|
void onResultStatusChanged();
|
||||||
void refreshResults();
|
void refreshResults();
|
||||||
@@ -219,4 +219,6 @@ private:
|
|||||||
|
|
||||||
}; //ns
|
}; //ns
|
||||||
|
|
||||||
|
Q_DECLARE_METATYPE(Tomahawk::query_ptr);
|
||||||
|
|
||||||
#endif // QUERY_H
|
#endif // QUERY_H
|
||||||
|
Reference in New Issue
Block a user