refs #485, refs #608 Doxygen improvements/fixes

This commit is contained in:
Klaus Basan
2016-03-02 23:36:06 +01:00
committed by Mathew Sutcliffe
parent bcb00b1b91
commit 52f0756597
6 changed files with 65 additions and 7 deletions

View File

@@ -22,9 +22,11 @@ using namespace BlackCore;
int main(int argc, char *argv[])
{
//! [CSwiftGuiStdApplication]
QApplication qa(argc, argv);
CSwiftGuiStdApplication a;
if (!a.start()) { return EXIT_FAILURE; }
//! [CSwiftGuiStdApplication]
// show window
CEnableForFramelessWindow::WindowMode windowMode = a.getWindowMode();