repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arch/arm64: Support FEAT_CCIDX
[coreboot2.git]
/
util
/
coreboot-configurator
/
src
/
application
/
AboutDialog.h
blob
7a3123335de5cccb6dc28e5b2d236060bcb93c73
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#pragma once
4
5
#include <QDialog>
6
7
namespace
Ui
{
8
class
AboutDialog
;
9
}
10
11
class
AboutDialog
:
public
QDialog
12
{
13
Q_OBJECT
14
15
public
:
16
explicit
AboutDialog
(
QWidget
*
parent
=
nullptr
);
17
~
AboutDialog
();
18
19
private
:
20
Ui
::
AboutDialog
*
ui
;
21
};