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