From a1835a8cbd4f8ded7017a9580cf585111a7e1de0 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Tue, 16 Dec 2014 10:13:37 +0100 Subject: default to the dummy plugin --- client/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') 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[]) cliOptions.process(app); QStringList resources = cliOptions.positionalArguments(); if (resources.isEmpty()) { - resources << "toy"; + resources << "org.kde.dummy"; } for (const QString &resource: resources) { -- cgit v1.2.3