mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:00:06 +00:00
Suppressing some logging
This commit is contained in:
parent
30fadcfbb6
commit
63c0034b64
7 changed files with 11 additions and 6 deletions
|
|
@ -1,9 +1,14 @@
|
|||
#include "main_window.hpp"
|
||||
|
||||
#include <boost/log/expressions.hpp>
|
||||
#include <boost/log/trivial.hpp>
|
||||
#include <QApplication>
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
boost::log::core::get()->set_filter(boost::log::trivial::severity >=
|
||||
boost::log::trivial::debug);
|
||||
|
||||
QApplication a(argc, argv);
|
||||
scwx::qt::MainWindow w;
|
||||
w.show();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue