Commit 3d525338 authored by Oliver Wolff's avatar Oliver Wolff
Browse files

Set things up for logging in positioning test application


Change-Id: I3f44e1a1d5022c00db149b2ba23d4dd91d3b1f1a
Reviewed-by: default avatarAlex Blasche <alexander.blasche@qt.io>
Showing with 3 additions and 0 deletions
......@@ -31,8 +31,11 @@
#include <QApplication>
#include <QtWidgets>
#include <QLoggingCategory>
int main(int argc, char *argv[])
{
//QLoggingCategory::setFilterRules("qt.positioning.*=true");
QApplication a(argc, argv);
LogWidget *log = new LogWidget;
......
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