revisions

This commit is contained in:
pls.153 2022-03-30 10:31:46 +02:00
parent 81e53f5eac
commit 0aed433b52
4 changed files with 7 additions and 8 deletions

View file

@ -1,5 +1,4 @@
#ifndef LIB_H
#define LIB_H
#pragma once
#include <QtCore>
@ -25,5 +24,3 @@ public:
};
QT_END_NAMESPACE
#endif