mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 09:15:50 +02:00
Corrected case of #include'd file.
This commit is contained in:
parent
58eadbe00f
commit
311d794529
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
#define hifi_test_h
|
||||
|
||||
#include <QFileDialog>
|
||||
#include <QMessagebox>
|
||||
#include <QMessageBox>
|
||||
#include <QRegularExpression>
|
||||
|
||||
#include "ui/MismatchWindow.h"
|
||||
|
|
Loading…
Reference in a new issue