Create src/gui/{entry,group}/ and move corresponding files to these dirs.

This commit is contained in:
Felix Geyer 2012-05-16 10:16:32 +02:00
parent b08d2d45b7
commit 7ebee78c75
29 changed files with 39 additions and 39 deletions

View file

@ -26,10 +26,10 @@
#include "core/Entry.h"
#include "core/Group.h"
#include "crypto/Crypto.h"
#include "gui/EntryModel.h"
#include "gui/EntryAttachmentsModel.h"
#include "gui/EntryAttributesModel.h"
#include "gui/IconModels.h"
#include "gui/entry/EntryModel.h"
#include "gui/entry/EntryAttachmentsModel.h"
#include "gui/entry/EntryAttributesModel.h"
void TestEntryModel::initTestCase()
{