forked from qt-creator/qt-creator
Fixed whitespace in code
This commit is contained in:
@@ -60,12 +60,12 @@ public:
|
||||
void removeWatchAt(int row);
|
||||
void removeAllWatches();
|
||||
|
||||
Qt::ItemFlags flags ( const QModelIndex & index ) const;
|
||||
Qt::ItemFlags flags (const QModelIndex & index) const;
|
||||
int rowCount(const QModelIndex &parent = QModelIndex()) const;
|
||||
int columnCount(const QModelIndex &parent = QModelIndex()) const;
|
||||
QVariant headerData(int section, Qt::Orientation orientation, int role) const;
|
||||
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const;
|
||||
bool setData ( const QModelIndex & index, const QVariant & value, int role = Qt::EditRole);
|
||||
bool setData (const QModelIndex & index, const QVariant & value, int role = Qt::EditRole);
|
||||
|
||||
signals:
|
||||
void watchCreated(QDeclarativeDebugWatch *watch);
|
||||
|
||||
Reference in New Issue
Block a user