C++ Utilities
4.9.2
Common C++ classes and routines used by my applications 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
ApplicationUtilities
{
4
14
FakeQtConfigArguments::FakeQtConfigArguments
()
15
: m_qtWidgetsGuiArg(
16
"qt-widgets-gui"
,
'g'
,
"shows a Qt widgets based graphical user interface (the application has not been built with Qt widgets support)"
)
17
, m_qtQuickGuiArg(
18
"qt-quick-gui"
,
'q'
,
"shows a Qt quick based graphical user interface (the application has not been built with Qt quick support)"
)
19
{
20
}
21
22
}
// namespace ApplicationUtilities
ApplicationUtilities
Contains currently only ArgumentParser and related classes.
Definition:
argumentparser.h:16
ApplicationUtilities::FakeQtConfigArguments::FakeQtConfigArguments
FakeQtConfigArguments()
Constructs new fake Qt-config arguments.
Definition:
fakeqtconfigarguments.cpp:14
fakeqtconfigarguments.h
Generated on Mon Sep 11 2017 20:22:42 for C++ Utilities by
1.8.13