fix error messaging
This commit is contained in:
parent
dad036083a
commit
3a9fdfb9ae
@ -4,6 +4,7 @@ find_qt5(Core Widgets WinExtras)
|
|||||||
|
|
||||||
add_executable(Textractor WIN32
|
add_executable(Textractor WIN32
|
||||||
main.cpp
|
main.cpp
|
||||||
|
exception.cpp
|
||||||
mainwindow.cpp
|
mainwindow.cpp
|
||||||
extenwindow.cpp
|
extenwindow.cpp
|
||||||
attachprocessdialog.cpp
|
attachprocessdialog.cpp
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
add_library(host
|
add_library(host
|
||||||
exception.cpp
|
|
||||||
host.cpp
|
host.cpp
|
||||||
textthread.cpp
|
textthread.cpp
|
||||||
hookcode.cpp
|
hookcode.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user