00001 #ifndef TestSelection_H 00002 #define TestSelection_H 00003 00004 #include <QtTest/QtTest> 00005 00006 class TestSelection : public QObject 00007 { 00008 Q_OBJECT 00009 private slots: 00010 // tests 00011 void testSelectedShapes(); 00012 00013 }; 00014 00015 #endif