summaryrefslogtreecommitdiff
path: root/resourceqt-client/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'resourceqt-client/client.h')
-rw-r--r--resourceqt-client/client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/resourceqt-client/client.h b/resourceqt-client/client.h
index 1a04961..2283b0f 100644
--- a/resourceqt-client/client.h
+++ b/resourceqt-client/client.h
@@ -60,5 +60,9 @@ private:
void showResources(const QList<ResourcePolicy::Resource*> &resList);
};
+QTextStream & operator<< (QTextStream &output,
+ const QList<ResourcePolicy::Resource*>resources);
+QTextStream & operator<< (QTextStream &output,
+ const QList<ResourcePolicy::ResourceType>resources);
#endif