funcs.h 182 B

1234567891011121314
  1. #ifndef FUNCS_H
  2. #define FUNCS_H
  3. #include <QString>
  4. namespace funcs {
  5. QString getValue(const QString &string, const QString &key);
  6. void createHtmlPage(bool);
  7. }
  8. #endif // FUNCS_H