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

BUG: remove debug trace

parent 6387990a
No related branches found
No related tags found
1 merge request!107Various Issues Contrast Enhancement
......@@ -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.
Finish editing this message first!
Please register or to comment