diff src/gui/pages/history.cc @ 370:ea3a74ed2ef9

*: hm, last commit wasn't quite finished?
author Paper <paper@tflc.us>
date Fri, 25 Jul 2025 10:22:04 -0400
parents 4d461ef7d424
children
line wrap: on
line diff
--- a/src/gui/pages/history.cc	Fri Jul 25 10:16:02 2025 -0400
+++ b/src/gui/pages/history.cc	Fri Jul 25 10:22:04 2025 -0400
@@ -1,4 +1,5 @@
 #include "gui/pages/history.h"
 
-HistoryPage::HistoryPage(QWidget* parent) : QWidget(parent) {
+HistoryPage::HistoryPage(QWidget *parent) : QWidget(parent)
+{
 }