fix: ..types.h -> ..Types.h

Some OS filesystems are case-sensitive.
This commit is contained in:
Michael Bradley, Jr 2021-05-27 17:29:44 -05:00 committed by Michał
parent fd4fc7c46d
commit df8838703d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include <QObject>
#include <QQmlApplicationEngine>
#include "DOtherSidetypes.h"
#include "DOtherSideTypes.h"
class DockClicker : public QObject
{