#ifndef PROFESSINPUTTABLE_H #define PROFESSINPUTTABLE_H #include <QString> class ProfessInputTable { public: ProfessInputTable(); private: }; #endif // PROFESSINPUTTABLE_H