Skip to content
Snippets Groups Projects
Commit 641da7c2 authored by Lasse Holmstedt's avatar Lasse Holmstedt
Browse files

Fixed whitespace in code

parent 75e7d30d
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment