Source typos fixes

This commit is contained in:
luz.paz
2018-05-04 10:31:47 -04:00
committed by Yorik van Havre
parent d9314b756e
commit 420c2d7c03
8 changed files with 16 additions and 16 deletions

View File

@@ -100,7 +100,7 @@ public:
static QMessageBox::StandardButton dialogButtonBoxToMessageBoxButton(QDialogButtonBox::StandardButton);
// convenient show method
static void showMessage(const QString& haeder, const QString& message, bool check=false, const QString& checkText = QString::fromLatin1("Don't show me again"));
static void showMessage(const QString& header, const QString& message, bool check=false, const QString& checkText = QString::fromLatin1("Don't show me again"));
private Q_SLOTS:
void slotClicked(QAbstractButton *b);