20#ifndef LIBREPCB_EDITOR_ABOUTDIALOG_H
21#define LIBREPCB_EDITOR_ABOUTDIALOG_H
28#include <QAbstractButton>
37class WorkspaceSettings;
60 QWidget* parent =
nullptr) noexcept;
Container for all workspace related settings.
Definition: workspacesettings.h:60
The AboutDialog class.
Definition: aboutdialog.h:52
AboutDialog(const AboutDialog &other)=delete
QScopedPointer< Ui::AboutDialog > mUi
Definition: aboutdialog.h:71
const WorkspaceSettings & mSettings
Definition: aboutdialog.h:70
void openExternalLink(const QString &url) noexcept
Definition: aboutdialog.cpp:204
Definition: occmodel.cpp:77