Commit 8bdda7aa authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

BUG: remove debug trace

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -28,7 +28,7 @@ namespace Wrapper
QtApplication::QtApplication(int& argcc, char** argvv)
: QApplication(argcc, argvv)
{
std::cout<<QApplication::font().defaultFamily().toStdString()<<std::endl;
//std::cout<<QApplication::font().defaultFamily().toStdString()<<std::endl;
}
bool
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment