Warning, file /frameworks/kxmlgui/autotests/kactioncategorytest.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #ifndef KACTIONCATEGORYTEST_H 0002 #define KACTIONCATEGORYTEST_H 0003 0004 #include <QObject> 0005 0006 class tst_KActionCategory : public QObject 0007 { 0008 Q_OBJECT 0009 0010 private Q_SLOTS: 0011 0012 // Test the creation of action categories, 0013 void tstCreation(); 0014 0015 // Check the synchronization between the action category and the 0016 // collection 0017 void tstSynchronization(); 0018 0019 // Test the creation of actions 0020 void tstActionCreation(); 0021 0022 }; // class tst_KActionCategory 0023 0024 #endif