fix incorret slider include

This commit is contained in:
laserpants 2016-05-29 12:17:06 +03:00
parent 20db7569f3
commit c527c1796d
1 changed files with 1 additions and 3 deletions

View File

@ -5,9 +5,7 @@
#include <QApplication> #include <QApplication>
#include "lib/style.h" #include "lib/style.h"
#include "slider.h" #include "slider.h"
#include "slidertrack.h" #include "slider_internal.h"
#include "sliderthumb.h"
#include "sliderstatemachine.h"
class SliderPrivate class SliderPrivate
{ {