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