Skip to content

Commit

Permalink
Add menu stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
laserpants committed Oct 15, 2017
1 parent 3864072 commit 159258b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
7 changes: 5 additions & 2 deletions components/components.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Empty file added components/qtmaterialmenu.cpp
Empty file.
4 changes: 4 additions & 0 deletions components/qtmaterialmenu.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#ifndef QTMATERIALMENU_H
#define QTMATERIALMENU_H

#endif // QTMATERIALMENU_H
4 changes: 4 additions & 0 deletions components/qtmaterialmenu_p.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#ifndef QTMATERIALMENU_P_H
#define QTMATERIALMENU_P_H

#endif // QTMATERIALMENU_P_H

0 comments on commit 159258b

Please sign in to comment.