Removed unused parameter

This commit is contained in:
Fabio Bas 2015-09-13 00:26:28 +02:00
parent 00e3e63f41
commit dfe9719637
2 changed files with 6 additions and 6 deletions

View file

@ -21,7 +21,7 @@ private:
QStringMap availableThemes;
protected:
void ensureThemeDirectoryExists();
QBrush loadBrush(QDir dir, QString fileName, QColor fallbackColor);
QBrush loadBrush(QString fileName, QColor fallbackColor);
public:
QBrush &getHandBgBrush() { return handBgBrush; }
QBrush &getStackBgBrush() { return stackBgBrush; }