UpdateUI.h 89 B

12345678
  1. #pragma once
  2. class UpdateUI
  3. {
  4. // Q_OBJECT
  5. //signals:
  6. // void updateUI(QString text);
  7. };