From 22e2700a048f4b00c6a212274801536b3cfcd9e3 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Sun, 30 Dec 2018 20:20:06 -0500 Subject: [PATCH] Cleanup --- jsc_checker.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jsc_checker.h b/jsc_checker.h index da1d77a..50281c8 100644 --- a/jsc_checker.h +++ b/jsc_checker.h @@ -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