src: file extension for header and source in config

header and source extensions are now in the projectsettings
This commit is contained in:
Andreas Stallinger
2015-03-18 15:48:59 +01:00
parent e3f1f004a0
commit 69ea6adddd
5 changed files with 25 additions and 8 deletions
@@ -1,7 +1,7 @@
#include "component/controller/SearchController.h"
#include "component/view/SearchView.h"
#include "data/access/storageAccess.h"
#include "data/access/StorageAccess.h"
SearchController::SearchController(StorageAccess* storageAccess)
: m_storageAccess(storageAccess)