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