From 2f376a7ebcfc4103b50c523eff7655f619c77353 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 5 Mar 2017 17:40:01 +0000 Subject: changed command line api git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7069 90c681e8-e032-0410-971d-27865f9a5e38 --- src/app/builtincommandlineoption.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/app/builtincommandlineoption.h') diff --git a/src/app/builtincommandlineoption.h b/src/app/builtincommandlineoption.h index 64e1cfac4..d47656a36 100644 --- a/src/app/builtincommandlineoption.h +++ b/src/app/builtincommandlineoption.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2014 by Ilya Kotov * + * Copyright (C) 2008-2017 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -42,8 +42,8 @@ public: ~BuiltinCommandLineOption(); - bool identify(const QString& str)const; - const QString helpString()const; + bool identify(const QString& str) const; + const QStringList helpString() const; void executeCommand(const QString& option, const QStringList &args, const QString &cwd); QHash splitArgs(const QStringList &args) const; -- cgit v1.2.3-13-gbd6f