From 5c6edb61bf53d6662d602b1373fc6d42d78ec760 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 10 Mar 2015 01:25:05 +0000 Subject: [PATCH] =?UTF-8?q?Replace=20=EA=B8=B0=EB=8A=A5=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://192.168.0.12/source@38 8346c931-da38-4b9b-9d4c-e48b93cbd075 --- DataAnalyzer/widget.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/DataAnalyzer/widget.h b/DataAnalyzer/widget.h index 1c6a2b2..a7dc47c 100644 --- a/DataAnalyzer/widget.h +++ b/DataAnalyzer/widget.h @@ -34,12 +34,6 @@ class Widget : public QWidget E_LENGTH_COMP_LESS, E_LENGTH_COMP_EQUAL, }; - - enum E_REPLACE - { - E_REPLACE_SENTENCE=0, - E_REPLACE_SPACE, - }; Q_OBJECT public: Widget(QWidget *parent = 0);