mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
plasma: testing build fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e2cc778bf2
commit
fa96d8c627
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Q_DECLARE_METATYPE(QList<int>)
|
|||
#define TEST_NAME QString::fromLatin1("configloadertest")
|
||||
|
||||
#define GET_CONFIG_ITEM_VALUE(type, configName) \
|
||||
KConfigSkeletonItem* item = cl->findItem(TEST_NAME, configName); \
|
||||
KConfigSkeletonItem* item = cl->findItemByGroup(TEST_NAME, configName); \
|
||||
/* Check if we got back a valid item. */ \
|
||||
QVERIFY(item != 0); \
|
||||
/* Cast the item to the given type. */ \
|
||||
|
|
Loading…
Add table
Reference in a new issue