GH-796 Icon theme loading workaround
Replacing the Qt machinery with other Qt machinery under our control
This commit is contained in:
parent
ef34cafe17
commit
ceec70e014
31 changed files with 1578 additions and 552 deletions
|
@ -5,6 +5,7 @@
|
|||
#include "logger/QsLog.h"
|
||||
#include "logger/QsLogDest.h"
|
||||
#include <QFlag>
|
||||
#include <QIcon>
|
||||
|
||||
class MinecraftVersionList;
|
||||
class LWJGLVersionList;
|
||||
|
@ -72,6 +73,10 @@ public:
|
|||
|
||||
std::shared_ptr<IconList> icons();
|
||||
|
||||
QIcon getThemedIcon(const QString& name);
|
||||
|
||||
void setIconTheme(const QString& name);
|
||||
|
||||
Status status()
|
||||
{
|
||||
return m_status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue