Removed some unnecessary style sheets.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5448 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-08-21 13:02:44 +00:00
parent 0498db0d46
commit 1cefe1123a
15 changed files with 539 additions and 470 deletions

View file

@ -27,7 +27,7 @@
#include <QTreeWidgetItem>
#include <QDateTime>
class QPushButton;
class QToolButton;
class RshareSettings;
class RSTreeWidgetItemCompareRole;
@ -65,7 +65,7 @@ public:
// Load and save settings (group must be startet from the caller)
void processSettings(RshareSettings *settings, bool load);
// Initialize the display menu for sorting
void initDisplayMenu(QPushButton *pushButton);
void initDisplayMenu(QToolButton *toolButton);
// Add a new category item
QTreeWidgetItem *addCategoryItem(const QString &name, const QIcon &icon, bool expand);