Skip to content

Commit 62fa9bd

Browse files
committed
remove taskhandler.
1 parent d664fac commit 62fa9bd

File tree

6 files changed

+437
-1443
lines changed

6 files changed

+437
-1443
lines changed

SOUI/SOUI.pro

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
######################################################################
2-
# Automatically generated by qmake (3.0) ?? ?? 13 13:54:06 2019
2+
# Automatically generated by qmake (2.01a) ?? ?? 23 19:29:25 2014
33
######################################################################
44

55
TEMPLATE = lib
@@ -110,9 +110,8 @@ HEADERS += include/SApp.h \
110110
include/helper/SplitString.h \
111111
include/helper/copylist.hpp \
112112
include/helper/SResID.h \
113-
include/helper/SScriptTimer.h \
114-
include/helper/STaskHandler.h \
115-
include/helper/STileViewItemLocator.h \
113+
include/helper/SScriptTimer.h \
114+
include/helper/STileViewItemLocator.h \
116115
include/helper/STime.h \
117116
include/helper/STimerEx.h \
118117
include/helper/SScriptTimer.h \
@@ -206,8 +205,8 @@ SOURCES += src/SApp.cpp \
206205
src/control/STreeView.cpp \
207206
src/control/SMenuBar.cpp \
208207
src/control/SDateTimePicker.cpp \
209-
src/core/Accelerator.cpp \
210-
src/core/FocusManager.cpp \
208+
src/core/Accelerator.cpp \
209+
src/core/FocusManager.cpp \
211210
src/core/SDropTargetDispatcher.cpp \
212211
src/core/SHostDialog.cpp \
213212
src/core/shostwnd.cpp \
@@ -235,7 +234,6 @@ SOURCES += src/SApp.cpp \
235234
src/helper/SMenu.cpp \
236235
src/helper/STimerEx.cpp \
237236
src/helper/SScriptTimer.cpp \
238-
src/helper/STaskHandler.cpp \
239237
src/helper/stooltip.cpp \
240238
src/helper/AppDir.cpp \
241239
src/helper/SListViewItemLocator.cpp \

SOUI/include/helper/STaskHandler.h

-109
This file was deleted.

0 commit comments

Comments
 (0)