summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/AboutDialog.h
blob: 01de7304da98cc6187b0dc503179f1621d4add35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2016 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#include <QDialog>

class AboutDialog final : public QDialog
{
  Q_OBJECT
public:
  explicit AboutDialog(QWidget* parent = nullptr);
};