diff options
| author | Arno <arno@disconnect.de> | 2018-02-03 14:41:41 +0100 |
|---|---|---|
| committer | Arno <arno@disconnect.de> | 2018-02-03 14:41:41 +0100 |
| commit | b3b606bb52ce7f72dafad0fff1c42450f2475ab3 (patch) | |
| tree | d2a170e9e03d2634f9474dd62811c261aff33b46 | |
| parent | 3715b35764cfa4e81413166b553895f931e5f689 (diff) | |
| download | ShemovCleaner-b3b606bb52ce7f72dafad0fff1c42450f2475ab3.tar.gz ShemovCleaner-b3b606bb52ce7f72dafad0fff1c42450f2475ab3.tar.bz2 ShemovCleaner-b3b606bb52ce7f72dafad0fff1c42450f2475ab3.zip | |
Remove left over calls
Missed them when I committed the alternating row color changes.
| -rw-r--r-- | searchview.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/searchview.cpp b/searchview.cpp index c74b661..fe4eace 100644 --- a/searchview.cpp +++ b/searchview.cpp @@ -21,8 +21,6 @@ SearchView::SearchView(QWidget *parent) : QTreeView(parent){ QAction *collapseAllA = new QAction(Helper::icon(QColor(255,85,255), QChar(0x2196)), tr("Collapse all"), this); connect(collapseAllA, &QAction::triggered, this, &SearchView::collapseAll); mCtxMenu->addAction(collapseAllA); - setAlternatingRowColors(true); - setPalette(qApp->palette()); } void SearchView::expandNode(){ |
