Skip to content

Commit

Permalink
r Move LoadApprovals.h out of catch dir
Browse files Browse the repository at this point in the history
Co-Authored-By: Llewellyn Falco <[email protected]>
  • Loading branch information
claremacrae and isidore committed Nov 10, 2019
1 parent 54a9d3c commit 4ee1a1e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ApprovalTestsQt/ApprovalsQt.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef APPROVALTESTS_CPP_QT_APPROVALSQT_H
#define APPROVALTESTS_CPP_QT_APPROVALSQT_H

#include "ApprovalTestsQt/integrations/catch/LoadApprovals.h"
#include "ApprovalTestsQt/integrations/LoadApprovals.h"
#include "ApprovalTestsQt/writers/QImageApprovalWriter.h"
#include "ApprovalTestsQt/writers/QTableViewWriter.h"

Expand Down
2 changes: 1 addition & 1 deletion ApprovalTestsQt/comparators/QImageApprovalComparator.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef APPROVALTESTS_CPP_QT_QIMAGEAPPROVALCOMPARATOR_H
#define APPROVALTESTS_CPP_QT_QIMAGEAPPROVALCOMPARATOR_H

#include "ApprovalTestsQt/integrations/catch/LoadApprovals.h"
#include "ApprovalTestsQt/integrations/LoadApprovals.h"
#include <QImage>

namespace ApprovalTestsQt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define APPROVALTESTS_CPP_QT_LOADAPPROVALS_H

// Never #include "ApprovalTests.hpp" directly in this project:
// #include "ApprovalTestsQt/integrations/catch/LoadApprovals.h" instead
// #include "ApprovalTestsQt/integrations/LoadApprovals.h" instead

// <SingleHpp unalterable>
#if defined(APPROVALS_CATCH_QT)
Expand Down
2 changes: 1 addition & 1 deletion ApprovalTestsQt/integrations/catch/Catch2QtApprovals.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#if defined(APPROVALS_CATCH_QT)

#include "ApprovalTestsQt/integrations/catch/LoadApprovals.h"
#include "ApprovalTestsQt/integrations/LoadApprovals.h"
#include <QApplication>
#include <QApplication>
#include "ApprovalTestsQt/comparators/QImageApprovalComparator.h"
Expand Down
2 changes: 1 addition & 1 deletion ApprovalTestsQt/writers/QImageApprovalWriter.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef APPROVALTESTS_CPP_QT_QIMAGEAPPROVALWRITER_H
#define APPROVALTESTS_CPP_QT_QIMAGEAPPROVALWRITER_H

#include "ApprovalTestsQt/integrations/catch/LoadApprovals.h"
#include "ApprovalTestsQt/integrations/LoadApprovals.h"

#include <QImage>

Expand Down
2 changes: 1 addition & 1 deletion ApprovalTestsQt/writers/QTableViewWriter.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef APPROVALTESTS_CPP_QT_QTABLEVIEWWRITER_H
#define APPROVALTESTS_CPP_QT_QTABLEVIEWWRITER_H

#include "ApprovalTestsQt/integrations/catch/LoadApprovals.h"
#include "ApprovalTestsQt/integrations/LoadApprovals.h"

#include <QTableView>
#include <QFile>
Expand Down

0 comments on commit 4ee1a1e

Please sign in to comment.