summaryrefslogtreecommitdiff
path: root/resourceqt-client/commandlineparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'resourceqt-client/commandlineparser.h')
-rw-r--r--resourceqt-client/commandlineparser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/resourceqt-client/commandlineparser.h b/resourceqt-client/commandlineparser.h
index 000fb80..1d106f4 100644
--- a/resourceqt-client/commandlineparser.h
+++ b/resourceqt-client/commandlineparser.h
@@ -46,6 +46,7 @@ public:
bool shouldAutoRelease() const;
bool shouldAlwaysReply() const;
bool shouldBeVerbose() const;
+ QString getPrefix() const;
private:
QSet<ResourcePolicy::ResourceType> allResources;
@@ -57,8 +58,10 @@ private:
bool verbose;
bool allowUnkownResourceClass;
QTextStream output;
+ QString prefix;
bool parseClassString(const QString &str);
+ void parsePrefix(const QString &str);
bool parseModeValues(const QString &modeListStr);
void usage();