fix: ..types.h -> ..Types.h
Some OS filesystems are case-sensitive.
This commit is contained in:
parent
fd4fc7c46d
commit
df8838703d
|
@ -4,7 +4,7 @@
|
|||
#include <QObject>
|
||||
|
||||
#include <QQmlApplicationEngine>
|
||||
#include "DOtherSidetypes.h"
|
||||
#include "DOtherSideTypes.h"
|
||||
|
||||
class DockClicker : public QObject
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue