Isis 3.0
Home
MosaicSceneWidgetTester.h
Go to the documentation of this file.
1 #ifndef MosaicSceneWidgetTester_H
2 #define MosaicSceneWidgetTester_H
3 
4 #include <QtTestGui>
5 
6 namespace Isis {
13  Q_OBJECT
14 
15  private slots:
16  void testBasicFunctionality();
17  void testSynchronization();
18 
19  };
20 }
21 
22 #endif
Definition: MosaicSceneWidgetTester.h:12