mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
fixed: QLocale.h -> qlocale.h
This commit is contained in:
parent
635098d0eb
commit
126fc898cd
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include <QPushButton>
|
#include <QPushButton>
|
||||||
#include <QHBoxLayout>
|
#include <QHBoxLayout>
|
||||||
#include <QLocale.h>
|
#include <qlocale.h>
|
||||||
|
|
||||||
OnStartFlowSelectionDialog::OnStartFlowSelectionDialog(QWidget * parent)
|
OnStartFlowSelectionDialog::OnStartFlowSelectionDialog(QWidget * parent)
|
||||||
:QDialog(parent)
|
:QDialog(parent)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user