Improve compile times a tiny bit

This commit is contained in:
Nicolas Werner 2020-05-25 13:03:49 +02:00
parent 4e5bd53b13
commit 4ee9e5c27c
24 changed files with 104 additions and 65 deletions

View file

@ -16,7 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <QLabel>
#include <QPainter>
#include <QStyle>
#include <QStyleOption>
#include <QTimer>
#include <iostream>