From a91f0714ec6a3905e3068f1fee35f6b4722ceacc Mon Sep 17 00:00:00 2001 From: laserpants Date: Sat, 19 Mar 2016 11:32:49 +0300 Subject: [PATCH] add header include statement --- appbar.cpp | 1 + checkbox.cpp | 1 + dialog.cpp | 1 + iconmenu.cpp | 1 + list.cpp | 1 + radiobutton.cpp | 1 + slider.cpp | 1 + tab.cpp | 1 + table.cpp | 1 + tabs.cpp | 1 + textfield.cpp | 1 + 11 files changed, 11 insertions(+) diff --git a/appbar.cpp b/appbar.cpp index e69de29..68149e9 100644 --- a/appbar.cpp +++ b/appbar.cpp @@ -0,0 +1 @@ +#include "appbar.h" diff --git a/checkbox.cpp b/checkbox.cpp index e69de29..a66497e 100644 --- a/checkbox.cpp +++ b/checkbox.cpp @@ -0,0 +1 @@ +#include "checkbox.h" diff --git a/dialog.cpp b/dialog.cpp index e69de29..e596956 100644 --- a/dialog.cpp +++ b/dialog.cpp @@ -0,0 +1 @@ +#include "dialog.h" diff --git a/iconmenu.cpp b/iconmenu.cpp index e69de29..7749188 100644 --- a/iconmenu.cpp +++ b/iconmenu.cpp @@ -0,0 +1 @@ +#include "iconmenu.h" diff --git a/list.cpp b/list.cpp index e69de29..471c2a1 100644 --- a/list.cpp +++ b/list.cpp @@ -0,0 +1 @@ +#include "list.h" diff --git a/radiobutton.cpp b/radiobutton.cpp index e69de29..9ac4161 100644 --- a/radiobutton.cpp +++ b/radiobutton.cpp @@ -0,0 +1 @@ +#include "radiobutton.h" diff --git a/slider.cpp b/slider.cpp index e69de29..674b252 100644 --- a/slider.cpp +++ b/slider.cpp @@ -0,0 +1 @@ +#include "slider.h" diff --git a/tab.cpp b/tab.cpp index e69de29..437ccc1 100644 --- a/tab.cpp +++ b/tab.cpp @@ -0,0 +1 @@ +#include "tab.h" diff --git a/table.cpp b/table.cpp index e69de29..e89d72a 100644 --- a/table.cpp +++ b/table.cpp @@ -0,0 +1 @@ +#include "table.h" diff --git a/tabs.cpp b/tabs.cpp index e69de29..4aec7af 100644 --- a/tabs.cpp +++ b/tabs.cpp @@ -0,0 +1 @@ +#include "tabs.h" diff --git a/textfield.cpp b/textfield.cpp index e69de29..5d5bbea 100644 --- a/textfield.cpp +++ b/textfield.cpp @@ -0,0 +1 @@ +#include "textfield.h"