File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1616** $CISCO_END_LICENSE$
1717**
1818****************************************************************************/
19+
20+ #ifndef WD_SETUP_H
21+ #define WD_SETUP_H
22+
1923#include < QtCore/QObject>
2024#include < QtCore/QTextCodec>
2125
@@ -234,3 +238,4 @@ int wd_setup(int argc, char *argv[])
234238
235239 return startError;
236240}
241+ #endif // WD_SETUP_H
Original file line number Diff line number Diff line change 1717**
1818****************************************************************************/
1919
20+ #ifndef SAMPLES_SETUP_H
21+ #define SAMPLES_SETUP_H
22+
2023#include " WindowTest.h"
2124#include " ClickTest.h"
2225#include " ElementAttributeTest.h"
@@ -110,3 +113,4 @@ int wd_samples_setup(webdriver::ViewCreator* widgetCreator,
110113#endif // WD_ENABLE_PLAYER
111114 return 0 ;
112115}
116+ #endif // SAMPLES_SETUP_H
You can’t perform that action at this time.
0 commit comments