Skip to content

Commit 4dedb23

Browse files
committed
Prefix include guards with CUPCALCULATOR_
1 parent 4e96f6e commit 4dedb23

19 files changed

+38
-38
lines changed

src/club.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
*/
1919

2020

21-
#ifndef CLUB_H
22-
#define CLUB_H
21+
#ifndef CUPCALCULATOR_CLUB_H
22+
#define CUPCALCULATOR_CLUB_H
2323

2424
#include <QString>
2525
#include <QAbstractTableModel>

src/clubDialog.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
*/
1919

2020

21-
#ifndef CLUBDIALOG_H
22-
#define CLUBDIALOG_H
21+
#ifndef CUPCALCULATOR_CLUBDIALOG_H
22+
#define CUPCALCULATOR_CLUBDIALOG_H
2323

2424
#include <QDialog>
2525

src/comboBoxDelegate.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
*/
1919

2020

21-
#ifndef COMBOBOXDELEGATE_H
22-
#define COMBOBOXDELEGATE_H
21+
#ifndef CUPCALCULATOR_COMBOBOXDELEGATE_H
22+
#define CUPCALCULATOR_COMBOBOXDELEGATE_H
2323

2424
#include <QItemDelegate>
2525

src/csvFile.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
*/
1919

2020

21-
#ifndef CSVFILE_H
22-
#define CSVFILE_H
21+
#ifndef CUPCALCULATOR_CSVFILE_H
22+
#define CUPCALCULATOR_CSVFILE_H
2323

2424
#include <vector>
2525

src/event.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
*/
1919

2020

21-
#ifndef EVENT_H
22-
#define EVENT_H
21+
#ifndef CUPCALCULATOR_EVENT_H
22+
#define CUPCALCULATOR_EVENT_H
2323

2424
#include <vector>
2525

src/layout.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
*/
1919

2020

21-
#ifndef LAYOUT_H
22-
#define LAYOUT_H
21+
#ifndef CUPCALCULATOR_LAYOUT_H
22+
#define CUPCALCULATOR_LAYOUT_H
2323

2424
#include <vector>
2525
#include <map>

src/location.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
*/
1919

2020

21-
#ifndef LOACTION_H
22-
#define LOACTION_H
21+
#ifndef CUPCALCULATOR_LOACTION_H
22+
#define CUPCALCULATOR_LOACTION_H
2323

2424
#include <map>
2525

src/mainWindow.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
*/
1919

2020

21-
#ifndef MAINWINDOW_H
22-
#define MAINWINDOW_H
21+
#ifndef CUPCALCULATOR_MAINWINDOW_H
22+
#define CUPCALCULATOR_MAINWINDOW_H
2323

2424
#include <QDialog>
2525
#include "problemWidget.h"

src/presentScoring.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
*/
1919

2020

21-
#ifndef PRESENTSCORING_H
22-
#define PRESENTSCORING_H
21+
#ifndef CUPCALCULATOR_PRESENTSCORING_H
22+
#define CUPCALCULATOR_PRESENTSCORING_H
2323

2424
#include <map>
2525

src/problemWidget.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
*/
1919

2020

21-
#ifndef PROBLEMWIDGET_H
22-
#define PROBLEMWIDGET_H
21+
#ifndef CUPCALCULATOR_PROBLEMWIDGET_H
22+
#define CUPCALCULATOR_PROBLEMWIDGET_H
2323

2424
#include <vector>
2525

0 commit comments

Comments
 (0)