Qt launchpad: use XML configuration

With this patch, Qt launchpad entries are configured the same way as with
the Scout launchpad.

Fixes #1222.
This commit is contained in:
Christian Prochaska
2014-08-06 17:43:40 +02:00
committed by Norman Feske
parent 2e64a01ea5
commit e851b98806
5 changed files with 116 additions and 90 deletions

View File

@@ -187,6 +187,10 @@ class Launchpad
virtual ~Launchpad() { }
/**
* Process launchpad XML configuration
*/
void process_config();
/*************************
** Configuring the GUI **