summaryrefslogtreecommitdiffstats
path: root/src/passworddialog.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2018-04-29 15:49:49 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2018-04-29 15:49:49 +0200
commit9b9aa681a42c4255bd7669098b34069e1fdd00f5 (patch)
tree0476940244b5708d09a62c4abff538863ba73afe /src/passworddialog.h
parent04658fa20bb60f9ccab80a378d04a31b82adcd4e (diff)
Some tips from codefactor
Diffstat (limited to 'src/passworddialog.h')
-rw-r--r--src/passworddialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passworddialog.h b/src/passworddialog.h
index ca37afd4..7b69b350 100644
--- a/src/passworddialog.h
+++ b/src/passworddialog.h
@@ -1,8 +1,8 @@
#ifndef PASSWORDDIALOG_H_
#define PASSWORDDIALOG_H_
-#include <QDialog>
#include "passwordconfiguration.h"
+#include <QDialog>
namespace Ui {
class PasswordDialog;