Merge pull request #6845 from lioncash/patch-dlg

NewPatchDialog/PatchesWidget: Use forward declarations where applicable
This commit is contained in:
Léo Lam 2018-05-13 22:00:43 +02:00 committed by GitHub
commit 1fe92b8be7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 3 deletions

View file

@ -15,6 +15,8 @@
#include <QScrollArea>
#include <QVBoxLayout>
#include "Core/PatchEngine.h"
NewPatchDialog::NewPatchDialog(QWidget* parent, PatchEngine::Patch& patch)
: QDialog(parent), m_patch(patch)
{