summaryrefslogtreecommitdiff
path: root/src/categoriestable.h
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-18 21:44:45 -0500
committerJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-21 17:35:05 -0500
commitf6bb73deb21228acf0e7f74500f50421143aa739 (patch)
tree85e5f9460282555857d455ab71e0a27a026e6f61 /src/categoriestable.h
parent4342fe3ce16e1e14fb44cf2676e3887002f67ec4 (diff)
Clang cleanup
Diffstat (limited to 'src/categoriestable.h')
-rw-r--r--src/categoriestable.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/categoriestable.h b/src/categoriestable.h
index 7aaf62a9..8ec797de 100644
--- a/src/categoriestable.h
+++ b/src/categoriestable.h
@@ -27,11 +27,11 @@ class CategoriesTable : public QTableWidget
{
Q_OBJECT
public:
- CategoriesTable(QWidget *parent = 0);
+ CategoriesTable(QWidget* parent = 0);
protected:
- virtual bool dropMimeData(int row, int column, const QMimeData* data, Qt::DropAction action);
-
+ virtual bool dropMimeData(int row, int column, const QMimeData* data,
+ Qt::DropAction action);
};
-#endif // CATEGORIESTABLE_H
+#endif // CATEGORIESTABLE_H