Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2017-05-17 11:55:42 +0300
committerckamm <mail@ckamm.de>2017-05-17 13:26:27 +0300
commitc8d0f788e00bdae125a26d9159ce9efdd6325cd2 (patch)
treead77cb515fe650984e6b76dfffe09838090d77bd /src/gui/tooltipupdater.h
parentae263d60bd6d1bc0eb0c3712bab11de120b8cdd3 (diff)
Apply clang-format
Diffstat (limited to 'src/gui/tooltipupdater.h')
-rw-r--r--src/gui/tooltipupdater.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/tooltipupdater.h b/src/gui/tooltipupdater.h
index e1eefb453..05144b04a 100644
--- a/src/gui/tooltipupdater.h
+++ b/src/gui/tooltipupdater.h
@@ -37,16 +37,16 @@ class ToolTipUpdater : public QObject
{
Q_OBJECT
public:
- ToolTipUpdater(QTreeView* treeView);
+ ToolTipUpdater(QTreeView *treeView);
protected:
- bool eventFilter(QObject* obj, QEvent* ev) Q_DECL_OVERRIDE;
+ bool eventFilter(QObject *obj, QEvent *ev) Q_DECL_OVERRIDE;
private slots:
- void dataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight, const QVector<int>& roles);
+ void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles);
private:
- QTreeView* _treeView;
+ QTreeView *_treeView;
QPoint _toolTipPos;
};