Fixed Python3 build, Python slots Qt slots clash

This commit is contained in:
Torsten Sadowski
2019-01-07 22:09:17 +01:00
committed by wmayer
parent 888a0839d2
commit 0e44b87446
4 changed files with 5 additions and 4 deletions

View File

@@ -20,10 +20,11 @@
* *
***************************************************************************/
#include <FCConfig.h>
#include "GuiNativeEventLinux.h"
#include "GuiApplicationNativeEventAware.h"
#include <FCConfig.h>
#include <Base/Console.h>
#include <QMainWindow>