aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/commandlineoption.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/commandlineoption.h')
-rw-r--r--src/qmmpui/commandlineoption.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/commandlineoption.h b/src/qmmpui/commandlineoption.h
index edbd40a5c..bd06cf0ee 100644
--- a/src/qmmpui/commandlineoption.h
+++ b/src/qmmpui/commandlineoption.h
@@ -50,8 +50,9 @@ public:
* Parses \b opt_str args(if needed), executes command.
* @param opt_str Command to execute
* @param args Command arguments
+ * @return Command output
*/
- virtual void executeCommand(const QString &opt_str, const QStringList &args) = 0;
+ virtual QString executeCommand(const QString &opt_str, const QStringList &args) = 0;
/*!
* Creates translator with parent object \b parent
*/