update ripple references
This commit is contained in:
parent
7252a8f9cf
commit
e1a44b78db
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
#include <QAbstractButton>
|
#include <QAbstractButton>
|
||||||
#include <QStyleOptionButton>
|
#include <QStyleOptionButton>
|
||||||
#include "rippleoverlay.h"
|
#include "../lib/rippleoverlay.h"
|
||||||
|
|
||||||
class FlatButton : public QAbstractButton
|
class FlatButton : public QAbstractButton
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#include <QEvent>
|
#include <QEvent>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include "iconbutton.h"
|
#include "iconbutton.h"
|
||||||
#include "rippleoverlay.h"
|
#include "../lib/rippleoverlay.h"
|
||||||
|
|
||||||
IconButton::IconButton(const QIcon &icon, QWidget *parent)
|
IconButton::IconButton(const QIcon &icon, QWidget *parent)
|
||||||
: QAbstractButton(parent),
|
: QAbstractButton(parent),
|
||||||
|
|
|
@ -21,8 +21,8 @@ SOURCES += main.cpp\
|
||||||
components/tabs.cpp \
|
components/tabs.cpp \
|
||||||
components/textfield.cpp \
|
components/textfield.cpp \
|
||||||
components/table.cpp \
|
components/table.cpp \
|
||||||
ripple.cpp \
|
lib/ripple.cpp \
|
||||||
rippleoverlay.cpp
|
lib/rippleoverlay.cpp
|
||||||
|
|
||||||
HEADERS += mainwindow.h \
|
HEADERS += mainwindow.h \
|
||||||
style.h \
|
style.h \
|
||||||
|
@ -39,5 +39,5 @@ HEADERS += mainwindow.h \
|
||||||
components/tabs.h \
|
components/tabs.h \
|
||||||
components/textfield.h \
|
components/textfield.h \
|
||||||
components/table.h \
|
components/table.h \
|
||||||
ripple.h \
|
lib/ripple.h \
|
||||||
rippleoverlay.h
|
lib/rippleoverlay.h
|
||||||
|
|
Loading…
Reference in New Issue