Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

18 rader
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