Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit b5cdc2d

Browse files
committed
Fix style nitpicks with references
Signed-off-by: Alexander Scheel <[email protected]>
1 parent 78a1b9f commit b5cdc2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/TailorProfileDialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class TailorProfileDialog : public QDialog
3333
Q_OBJECT
3434

3535
public:
36-
TailorProfileDialog(const QString &startId, bool xccdf12, QWidget* parent = 0);
36+
TailorProfileDialog(const QString& startId, bool xccdf12, QWidget* parent = 0);
3737
virtual ~TailorProfileDialog();
3838

3939
QString getProfileID() const;

src/MainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ void MainWindow::scanWarningMessage(const QString& message)
12101210
mDiagnosticsDialog->warningMessage(message);
12111211
}
12121212

1213-
void MainWindow::scanErrorMessage(const QString &message)
1213+
void MainWindow::scanErrorMessage(const QString& message)
12141214
{
12151215
mDiagnosticsDialog->errorMessage(message);
12161216
}

0 commit comments

Comments
 (0)