#ifndef LOG_H #define LOG_H void testLog(); void logSeeting(); void nameLog(); void defaultLog(); void qtLog(); #endif // LOG_H