You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 regels
352 B

  1. #ifndef COMMUNICATIONHISTORY_H
  2. #define COMMUNICATIONHISTORY_H
  3. #pragma once
  4. #include <QString>
  5. #include <QFileDialog>
  6. #include <QMessageBox>
  7. #include <QFile>
  8. #include <QTextStream>
  9. #include <QDir>
  10. #include <QTextEdit>
  11. bool SaveDate(QWidget *parent, QTextEdit *edit);
  12. bool ReadDate(QWidget *parent, QTextEdit *edit);
  13. #endif // COMMUNICATIONHISTORY_H