added option to refresh only certain channels
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef TEXTINPUTFORM_H
|
||||
#define TEXTINPUTFORM_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
class TextInputForm : public QDialog
|
||||
{
|
||||
public:
|
||||
TextInputForm();
|
||||
};
|
||||
|
||||
#endif // TEXTINPUTFORM_H
|
||||
Reference in New Issue
Block a user