#ifndef MAINSTARTER_H #define MAINSTARTER_H class Filter { public: bool resultFilter(); }; #endif // MAINSTARTER_H