aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs/NewComponentDialog.h
diff options
context:
space:
mode:
authorTayou <31988415+TayouVR@users.noreply.github.com>2023-08-07 10:32:38 +0200
committerGitHub <noreply@github.com>2023-08-07 10:32:38 +0200
commit9afa7cc91fd889b146c609c6a59f7f7b3d995d9f (patch)
tree20ef3bd30beedca4995875485e468ee323d52096 /launcher/ui/dialogs/NewComponentDialog.h
parentb572f75dbaad61cf305f1fd4f60ba94d74bfa3fa (diff)
parent75c7df46a7022a46d447bb96fbde619e5d65db05 (diff)
downloadPrismLauncher-9afa7cc91fd889b146c609c6a59f7f7b3d995d9f.tar.gz
PrismLauncher-9afa7cc91fd889b146c609c6a59f7f7b3d995d9f.tar.bz2
PrismLauncher-9afa7cc91fd889b146c609c6a59f7f7b3d995d9f.zip
Merge branch 'develop' into icon-indexing
Signed-off-by: Tayou <31988415+TayouVR@users.noreply.github.com>
Diffstat (limited to 'launcher/ui/dialogs/NewComponentDialog.h')
-rw-r--r--launcher/ui/dialogs/NewComponentDialog.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/launcher/ui/dialogs/NewComponentDialog.h b/launcher/ui/dialogs/NewComponentDialog.h
index 8c790beb..4fb68ff2 100644
--- a/launcher/ui/dialogs/NewComponentDialog.h
+++ b/launcher/ui/dialogs/NewComponentDialog.h
@@ -20,28 +20,26 @@
#include <QString>
#include <QStringList>
-namespace Ui
-{
+namespace Ui {
class NewComponentDialog;
}
-class NewComponentDialog : public QDialog
-{
+class NewComponentDialog : public QDialog {
Q_OBJECT
-public:
- explicit NewComponentDialog(const QString & initialName = QString(), const QString & initialUid = QString(), QWidget *parent = 0);
+ public:
+ explicit NewComponentDialog(const QString& initialName = QString(), const QString& initialUid = QString(), QWidget* parent = 0);
virtual ~NewComponentDialog();
void setBlacklist(QStringList badUids);
QString name() const;
QString uid() const;
-private slots:
+ private slots:
void updateDialogState();
-private:
- Ui::NewComponentDialog *ui;
+ private:
+ Ui::NewComponentDialog* ui;
QString originalPlaceholderText;
QStringList uidBlacklist;