1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-24 17:33:50 +03:00

include guard

This commit is contained in:
Johan Smith Agudelo Rodriguez 2016-12-30 02:13:57 -05:00 committed by Michail Vourlakos
parent 1d5dcbf014
commit aa10cda7f7

View File

@ -1,5 +1,5 @@
#ifndef WINDOWINFO_H
#define WINDOWINFO_H
#ifndef WINDOWINFOWRAP_H
#define WINDOWINFOWRAP_H
#include <QObject>
#include <QWidget>
@ -56,4 +56,4 @@ private:
}
#endif // WINDOWINFO_H
#endif // WINDOWINFOWRAP_H