Add stub for SnackBar layout

This commit is contained in:
johanneshilden 2017-10-12 07:03:07 +03:00
parent e5a5b0793a
commit ded3bf2bd0
4 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -0,0 +1,4 @@
#ifndef QTMATERIALSNACKBARLAYOUT_H
#define QTMATERIALSNACKBARLAYOUT_H
#endif // QTMATERIALSNACKBARLAYOUT_H

View File

@ -0,0 +1,4 @@
#ifndef QTMATERIALSNACKBARLAYOUT_P_H
#define QTMATERIALSNACKBARLAYOUT_P_H
#endif // QTMATERIALSNACKBARLAYOUT_P_H