Add stub for SnackBar layout
This commit is contained in:
parent
e5a5b0793a
commit
ded3bf2bd0
|
@ -41,7 +41,8 @@ SOURCES = \
|
|||
qtmaterialappbar.cpp \
|
||||
qtmaterialautocomplete.cpp \
|
||||
qtmaterialpaper.cpp \
|
||||
qtmaterialtable.cpp
|
||||
qtmaterialtable.cpp \
|
||||
layouts/qtmaterialsnackbarlayout.cpp
|
||||
HEADERS = \
|
||||
qtmaterialavatar_p.h \
|
||||
qtmaterialavatar.h \
|
||||
|
@ -109,6 +110,8 @@ HEADERS = \
|
|||
qtmaterialpaper.h \
|
||||
qtmaterialpaper_p.h \
|
||||
qtmaterialtable.h \
|
||||
qtmaterialtable_p.h
|
||||
qtmaterialtable_p.h \
|
||||
layouts/qtmaterialsnackbarlayout.h \
|
||||
layouts/qtmaterialsnackbarlayout_p.h
|
||||
RESOURCES += \
|
||||
resources.qrc
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef QTMATERIALSNACKBARLAYOUT_H
|
||||
#define QTMATERIALSNACKBARLAYOUT_H
|
||||
|
||||
#endif // QTMATERIALSNACKBARLAYOUT_H
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef QTMATERIALSNACKBARLAYOUT_P_H
|
||||
#define QTMATERIALSNACKBARLAYOUT_P_H
|
||||
|
||||
#endif // QTMATERIALSNACKBARLAYOUT_P_H
|
Loading…
Reference in New Issue