added option to refresh only certain channels

This commit is contained in:
fourtf
2017-01-16 15:06:12 +01:00
parent 1194905646
commit bacb183cdb
9 changed files with 47 additions and 16 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef TEXTINPUTFORM_H
#define TEXTINPUTFORM_H
#include <QDialog>
class TextInputForm : public QDialog
{
public:
TextInputForm();
};
#endif // TEXTINPUTFORM_H