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();