delete inlines, trust the compiler

This commit is contained in:
lupoDharkael
2017-08-16 14:34:16 +02:00
parent 4a56f44bb9
commit 6cefead0fc
10 changed files with 15 additions and 15 deletions

View File

@@ -42,7 +42,7 @@ public:
void onPressed() override;
private:
inline bool needsAdjustment(const QPoint &p0, const QPoint &p1) const;
bool needsAdjustment(const QPoint &p0, const QPoint &p1) const;
};

View File

@@ -42,7 +42,7 @@ public:
void onPressed() override;
private:
inline bool needsAdjustment(const QPoint &p0, const QPoint &p1) const;
bool needsAdjustment(const QPoint &p0, const QPoint &p1) const;
};