mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
all deinit moved to Application::aboutToQuit(), mtproto connection thread management refactored, disabled -style=0 fake argument for Application, beta 9028002
This commit is contained in:
@@ -850,11 +850,11 @@ void psShowInFolder(const QString &name) {
|
||||
|
||||
namespace PlatformSpecific {
|
||||
|
||||
Initializer::Initializer() {
|
||||
void start() {
|
||||
objc_start();
|
||||
}
|
||||
|
||||
Initializer::~Initializer() {
|
||||
void finish() {
|
||||
delete _psEventFilter;
|
||||
_psEventFilter = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user