Use KCmdLineLastOption
svn path=/trunk/kdebase/ksysguard/; revision=202148
This commit is contained in:
parent
739d1c454c
commit
6108ee9793
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ static const char *description =
|
||||||
static KCmdLineOptions options[] =
|
static KCmdLineOptions options[] =
|
||||||
{
|
{
|
||||||
{ "+[file]", I18N_NOOP("Path to a theme config file"), 0 },
|
{ "+[file]", I18N_NOOP("Path to a theme config file"), 0 },
|
||||||
{ 0, 0, 0 }
|
KCmdLineLastOption
|
||||||
};
|
};
|
||||||
|
|
||||||
void copy(const QString &src, const QString &dest)
|
void copy(const QString &src, const QString &dest)
|
||||||
|
|
Loading…
Reference in a new issue