Skip to content

Commit

Permalink
Removed unused resources, debugging code and sync submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax89 committed Jan 18, 2021
1 parent 6576970 commit 2f9bb2b
Show file tree
Hide file tree
Showing 27 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion LibREDasm
4 changes: 0 additions & 4 deletions mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <QDebug>
#include <QtGui>
#include <rdapi/rdapi.h>
#include <iostream>

#define PLUGINS_FOLDER_NAME "plugins"
#define DATABASE_FOLDER_NAME "database"
Expand Down Expand Up @@ -249,9 +248,6 @@ void MainWindow::initializeConfig()

RDConfig_AddDatabasePath(qUtf8Printable(QDir(appdirqt + QDir::separator() + searchpath).absoluteFilePath(DATABASE_FOLDER_NAME)));
RDConfig_AddPluginPath(qUtf8Printable(QDir(appdirqt + QDir::separator() + searchpath).absoluteFilePath(PLUGINS_FOLDER_NAME)));

std::cout << qUtf8Printable(QDir(appdirqt + QDir::separator() + searchpath).absoluteFilePath(DATABASE_FOLDER_NAME)) << std::endl;
std::cout << qUtf8Printable(QDir(appdirqt + QDir::separator() + searchpath).absoluteFilePath(PLUGINS_FOLDER_NAME)) << std::endl;
}

QtUI::initialize();
Expand Down
Binary file removed res/dark/about.png
Binary file not shown.
Binary file removed res/dark/back.png
Binary file not shown.
Binary file removed res/dark/database.png
Binary file not shown.
Binary file removed res/dark/database_import.png
Binary file not shown.
Binary file removed res/dark/forward.png
Binary file not shown.
Binary file removed res/dark/goto.png
Binary file not shown.
Binary file removed res/dark/graph.png
Binary file not shown.
Binary file removed res/dark/hex.png
Binary file not shown.
Binary file removed res/dark/listing.png
Binary file not shown.
Binary file removed res/dark/open.png
Binary file not shown.
Binary file removed res/dark/save.png
Binary file not shown.
Binary file removed res/light/about.png
Binary file not shown.
Binary file removed res/light/back.png
Binary file not shown.
Binary file removed res/light/database.png
Binary file not shown.
Binary file removed res/light/database_import.png
Binary file not shown.
Binary file removed res/light/forward.png
Binary file not shown.
Binary file removed res/light/goto.png
Binary file not shown.
Binary file removed res/light/graph.png
Binary file not shown.
Binary file removed res/light/hex.png
Binary file not shown.
Binary file removed res/light/listing.png
Binary file not shown.
Binary file removed res/light/open.png
Binary file not shown.
Binary file removed res/light/save.png
Binary file not shown.
Binary file removed res/logo_big.png
Binary file not shown.
Binary file removed res/logo_big_dark.png
Binary file not shown.
24 changes: 0 additions & 24 deletions resources.qrc
Original file line number Diff line number Diff line change
@@ -1,30 +1,6 @@
<RCC>
<qresource prefix="/">
<file>res/logo.png</file>
<file>res/logo_big.png</file>
<file>res/light/about.png</file>
<file>res/light/back.png</file>
<file>res/light/database_import.png</file>
<file>res/light/database.png</file>
<file>res/light/forward.png</file>
<file>res/light/goto.png</file>
<file>res/light/graph.png</file>
<file>res/light/hex.png</file>
<file>res/light/listing.png</file>
<file>res/light/open.png</file>
<file>res/light/save.png</file>
<file>res/dark/about.png</file>
<file>res/dark/back.png</file>
<file>res/dark/database_import.png</file>
<file>res/dark/database.png</file>
<file>res/dark/forward.png</file>
<file>res/dark/goto.png</file>
<file>res/dark/graph.png</file>
<file>res/dark/hex.png</file>
<file>res/dark/listing.png</file>
<file>res/dark/open.png</file>
<file>res/dark/save.png</file>
<file>res/logo_big_dark.png</file>
<file>res/fonts/FontAwesomeBrands.otf</file>
<file>res/fonts/FontAwesome.otf</file>
<file>res/logo_dark.png</file>
Expand Down

0 comments on commit 2f9bb2b

Please sign in to comment.