C++ Utilities
5.0.1
Useful C++ classes and routines such as argument parser, IO and conversion utilities
application
fakeqtconfigarguments.cpp
Go to the documentation of this file.
1
#include "
./fakeqtconfigarguments.h
"
2
3
namespace
CppUtilities
{
4
15
FakeQtConfigArguments::FakeQtConfigArguments
()
16
: m_qtWidgetsGuiArg(
17
"qt-widgets-gui"
,
'g'
,
"shows a Qt widgets based graphical user interface (the application has not been built with Qt widgets support)"
)
18
, m_qtQuickGuiArg(
19
"qt-quick-gui"
,
'q'
,
"shows a Qt quick based graphical user interface (the application has not been built with Qt quick support)"
)
20
{
21
}
22
23
}
// namespace CppUtilities
fakeqtconfigarguments.h
CppUtilities
Contains all utilities provides by the c++utilities library.
Definition:
argumentparser.h:17
CppUtilities::FakeQtConfigArguments::FakeQtConfigArguments
FakeQtConfigArguments()
Constructs new fake Qt-config arguments.
Definition:
fakeqtconfigarguments.cpp:15
Generated on Wed Oct 2 2019 15:41:15 for C++ Utilities by
1.8.16