Skip to content
Snippets Groups Projects
Commit 8bdda7aa authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

BUG: remove debug trace

parent 6387990a
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment