#ifndef FIXPYSCRIPT_H #define FIXPYSCRIPT_H #include struct FixPyScript { QString name, path, source, iniKey, oldPath; bool changed; }; #endif // FIXPYSCRIPT_H