diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-16 10:13:37 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-16 10:13:37 +0100 |
commit | a1835a8cbd4f8ded7017a9580cf585111a7e1de0 (patch) | |
tree | e799b0fda87c178057b1c9b230c1c209bba1f8c6 | |
parent | d16e1d88434e321d23257b18abcd572587a35efb (diff) | |
download | sink-a1835a8cbd4f8ded7017a9580cf585111a7e1de0.tar.gz sink-a1835a8cbd4f8ded7017a9580cf585111a7e1de0.zip |
default to the dummy plugin
-rw-r--r-- | client/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/main.cpp b/client/main.cpp index c219f47..2b50003 100644 --- a/client/main.cpp +++ b/client/main.cpp | |||
@@ -35,7 +35,7 @@ int main(int argc, char *argv[]) | |||
35 | cliOptions.process(app); | 35 | cliOptions.process(app); |
36 | QStringList resources = cliOptions.positionalArguments(); | 36 | QStringList resources = cliOptions.positionalArguments(); |
37 | if (resources.isEmpty()) { | 37 | if (resources.isEmpty()) { |
38 | resources << "toy"; | 38 | resources << "org.kde.dummy"; |
39 | } | 39 | } |
40 | 40 | ||
41 | for (const QString &resource: resources) { | 41 | for (const QString &resource: resources) { |