mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-14 06:15:49 +00:00
refactor: remove innclude guards, use pragma instead
This commit is contained in:
@ -15,9 +15,7 @@
|
||||
* along with awesome-widgets. If not, see http://www.gnu.org/licenses/ *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef TESTJSONFORMATTER_H
|
||||
#define TESTJSONFORMATTER_H
|
||||
#pragma once
|
||||
|
||||
#include <QObject>
|
||||
#include <QVariant>
|
||||
@ -45,6 +43,3 @@ private:
|
||||
QString path;
|
||||
QString value;
|
||||
};
|
||||
|
||||
|
||||
#endif /* TESTJSONFORMATTER_H */
|
||||
|
Reference in New Issue
Block a user