Cleanup
This commit is contained in:
parent
95bbfb8232
commit
22e2700a04
@ -13,7 +13,7 @@ class JSCChecker : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit JSCChecker(/*QTextEdit * edit, */ QObject *parent = nullptr);
|
||||
explicit JSCChecker(QObject *parent = nullptr);
|
||||
|
||||
static void checkRange(QTextEdit * edit, int start, int end);
|
||||
static QStringList suggestions(QString word, int n, bool *pFound);
|
||||
@ -21,10 +21,8 @@ public:
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
//void handleContentsChange(int, int, int);
|
||||
|
||||
private:
|
||||
//QTextEdit *m_edit;
|
||||
};
|
||||
|
||||
#endif // JSC_CHECKER_H
|
||||
|
Loading…
Reference in New Issue
Block a user