Add menu stubs

This commit is contained in:
Johannes Hilden 2017-10-15 16:40:11 +03:00
parent 38640724c3
commit 159258bf8d
4 changed files with 13 additions and 2 deletions

View File

@ -43,7 +43,8 @@ SOURCES = \
qtmaterialpaper.cpp \
qtmaterialtable.cpp \
layouts/qtmaterialsnackbarlayout.cpp \
qtmaterialautocomplete_internal.cpp
qtmaterialautocomplete_internal.cpp \
qtmaterialmenu.cpp
HEADERS = \
qtmaterialavatar_p.h \
qtmaterialavatar.h \
@ -114,6 +115,8 @@ HEADERS = \
qtmaterialtable_p.h \
layouts/qtmaterialsnackbarlayout.h \
layouts/qtmaterialsnackbarlayout_p.h \
qtmaterialautocomplete_internal.h
qtmaterialautocomplete_internal.h \
qtmaterialmenu.h \
qtmaterialmenu_p.h
RESOURCES += \
resources.qrc

View File

View File

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

View File

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