File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1616** $CISCO_END_LICENSE$
1717**
1818****************************************************************************/
19-
19+ /* *
20+ * This can be used as a template to insert QtWebDriver in an application code
21+ * QtWebdriver shoud be started in the same process as the QApplication
22+ */
2023#include " Headers.h"
2124
2225void setQtSettings ();
@@ -51,7 +54,11 @@ int main(int argc, char *argv[])
5154 return 0 ;
5255 }
5356
54- /* Start webdriver */
57+ // Application specific code
58+ // ....
59+ // ....
60+
61+ // Start webdriver
5562 int startError = wd_setup (argc, argv);
5663 if (startError){
5764 std::cout << " Error while starting server, errorCode " << startError << std::endl;
@@ -128,4 +135,4 @@ void PrintHelp() {
128135 << " Option from webserver config file will have" << std::endl
129136 << " more priority than commandline param" << std::endl
130137 << " that specify the same option." << std::endl;
131- }
138+ }
You can’t perform that action at this time.
0 commit comments