Skip to content

Commit 61a512c

Browse files
authored
Update mainwindow.cpp
Removed .h" that was mistakenly added
1 parent 7214846 commit 61a512c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mgr/src/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "Mgr/ui_mainwindow.h"
1010
#include "../../GUIMgr/memberspage.h"
1111
#include "../../GUIMgr/homepage.h"
12-
#include "../../GUIMgr/paymentpage.h".h"
12+
#include "../../GUIMgr/paymentpage.h"
1313

1414
MainWindow::MainWindow(QWidget *parent)
1515
: QMainWindow(parent)

0 commit comments

Comments
 (0)