diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-21 23:06:29 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-21 23:06:29 +0900 |
commit | 5ea733c60c8f6323cf94b726b997e8e22bca191f (patch) | |
tree | 663247da178c64bbadaba93c6c3093d795975ca7 /tests/importaddresses.cc | |
parent | 99c2252141beff717bcc1f54cbae4ba75923c81c (diff) | |
download | kpilot-5ea733c60c8f6323cf94b726b997e8e22bca191f.tar.gz kpilot-5ea733c60c8f6323cf94b726b997e8e22bca191f.zip |
Fixed support for tests in cmake.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tests/importaddresses.cc')
-rw-r--r-- | tests/importaddresses.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/importaddresses.cc b/tests/importaddresses.cc index 7900423..032a14f 100644 --- a/tests/importaddresses.cc +++ b/tests/importaddresses.cc @@ -59,8 +59,7 @@ int main(int argc, char **argv) TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::addCmdLineOptions( options ); - // TDEApplication app( false, false ); - TDEApplication app; + TDEApplication app( false, false ); TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); |