Nicolas Winkler 5 年之前
父节点
当前提交
0ee858c219
共有 2 个文件被更改,包括 0 次插入4 次删除
  1. 0 2
      MandelWidget.cpp
  2. 0 2
      main.cpp

+ 0 - 2
MandelWidget.cpp

@@ -4,8 +4,6 @@
 
 using namespace mnd;
 
-#include <QPainter>
-
 #include <cstdio>
 
 

+ 0 - 2
main.cpp

@@ -17,9 +17,7 @@ int main(int argc, char *argv[])
     QSplashScreen splash{ splashScaled };
     a.processEvents();
     splash.show();
-    a.processEvents();
     Almond w;
-    a.processEvents();
     splash.finish(&w);
     a.processEvents();
     w.showMaximized();