forked from qt-creator/qt-creator
debugger: make striped background of debug views optional
This commit is contained in:
@@ -57,6 +57,7 @@ public slots:
|
||||
void setAlwaysResizeColumnsToContents(bool on);
|
||||
void moduleActivated(const QModelIndex &);
|
||||
void showSymbols(const QString &name);
|
||||
void setAlternatingRowColorsHelper(bool on) { setAlternatingRowColors(on); }
|
||||
|
||||
private:
|
||||
void resizeEvent(QResizeEvent *ev);
|
||||
|
||||
Reference in New Issue
Block a user