This commit is contained in:
Jordan Sherer 2018-12-30 20:20:06 -05:00
parent 95bbfb8232
commit 22e2700a04

View File

@ -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