Move resources.qrc into Resources/ folder

This commit is contained in:
baldurk
2017-02-08 16:21:18 +00:00
parent 7f27f94648
commit 9e47ed53b5
29 changed files with 503 additions and 532 deletions
@@ -50,9 +50,9 @@ public:
RemoteFileModel(RenderManager *r, QObject *parent = NULL)
: Renderer(*r), QAbstractItemModel(parent)
{
makeIconStates(fileIcon, QString::fromUtf8(":/Resources/page_white_database.png"));
makeIconStates(exeIcon, QString::fromUtf8(":/Resources/page_white_code.png"));
makeIconStates(dirIcon, QString::fromUtf8(":/Resources/folder_page.png"));
makeIconStates(fileIcon, QString::fromUtf8(":/page_white_database.png"));
makeIconStates(exeIcon, QString::fromUtf8(":/page_white_code.png"));
makeIconStates(dirIcon, QString::fromUtf8(":/folder_page.png"));
Renderer.GetHomeFolder(true, [this](const char *path, const rdctype::array<DirectoryFile> &files) {
QString homeDir = QString::fromUtf8(path);