From 159258bf8de4dca58ccb42ffbb310f310772d283 Mon Sep 17 00:00:00 2001 From: Johannes Hilden Date: Sun, 15 Oct 2017 16:40:11 +0300 Subject: [PATCH] Add menu stubs --- components/components.pro | 7 +++++-- components/qtmaterialmenu.cpp | 0 components/qtmaterialmenu.h | 4 ++++ components/qtmaterialmenu_p.h | 4 ++++ 4 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 components/qtmaterialmenu.cpp create mode 100644 components/qtmaterialmenu.h create mode 100644 components/qtmaterialmenu_p.h diff --git a/components/components.pro b/components/components.pro index 057048d..dae758d 100644 --- a/components/components.pro +++ b/components/components.pro @@ -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 diff --git a/components/qtmaterialmenu.cpp b/components/qtmaterialmenu.cpp new file mode 100644 index 0000000..e69de29 diff --git a/components/qtmaterialmenu.h b/components/qtmaterialmenu.h new file mode 100644 index 0000000..0964481 --- /dev/null +++ b/components/qtmaterialmenu.h @@ -0,0 +1,4 @@ +#ifndef QTMATERIALMENU_H +#define QTMATERIALMENU_H + +#endif // QTMATERIALMENU_H diff --git a/components/qtmaterialmenu_p.h b/components/qtmaterialmenu_p.h new file mode 100644 index 0000000..1328bdc --- /dev/null +++ b/components/qtmaterialmenu_p.h @@ -0,0 +1,4 @@ +#ifndef QTMATERIALMENU_P_H +#define QTMATERIALMENU_P_H + +#endif // QTMATERIALMENU_P_H