src: applied clang-format

This commit is contained in:
mlangkabel
2019-11-18 17:07:20 +01:00
parent 52058d9947
commit 078feca004
1100 changed files with 21382 additions and 20822 deletions
@@ -15,7 +15,10 @@ class QtSelfRefreshIconButton
{
public:
QtSelfRefreshIconButton(
const QString& text, const FilePath& iconPath, const std::string& buttonKey, QWidget* parent = nullptr);
const QString& text,
const FilePath& iconPath,
const std::string& buttonKey,
QWidget* parent = nullptr);
~QtSelfRefreshIconButton() = default;
void setText(const QString& text);
@@ -28,7 +31,7 @@ protected:
virtual void refresh();
void resizeEvent(QResizeEvent *event) override;
void resizeEvent(QResizeEvent* event) override;
private:
void updateText(int width);
@@ -45,4 +48,4 @@ private:
QTimer m_blockTimer;
};
#endif // QT_SELF_REFRESH_ICON_BUTTON_H
#endif // QT_SELF_REFRESH_ICON_BUTTON_H