Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dtk
dtk
Commits
81f7bd85
Commit
81f7bd85
authored
Sep 08, 2014
by
NICLAUSSE Nicolas
Browse files
try to change signature for windows build
parent
a8a8dbf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dtkTest/dtkTest.h
View file @
81f7bd85
...
...
@@ -17,7 +17,7 @@
#include <QtTest>
#define DTKTEST_MAIN(TestMain, TestObject) \
int TestMain(int argc, char
*
*argv) \
int TestMain(int argc, char *argv
[]
) \
{ \
QApplication app(argc, argv); \
TestObject tc; \
...
...
@@ -25,7 +25,7 @@
}
#define DTKTEST_MAIN_GUI(TestMain, TestObject) \
int TestMain(int argc, char
*
*argv) \
int TestMain(int argc, char *argv
[]
) \
{ \
QGuiApplication app(argc, argv); \
TestObject tc; \
...
...
@@ -33,7 +33,7 @@
}
#define DTKTEST_MAIN_NOGUI(TestMain, TestObject) \
int TestMain(int argc, char
*
*argv) \
int TestMain(int argc, char *argv
[]
) \
{ \
QCoreApplication app(argc, argv); \
TestObject tc; \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment