mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 07:25:46 +00:00
merged master
This commit is contained in:
@@ -24,7 +24,9 @@ Copyright (c) 2014 John Preston, https://desktop.telegram.org
|
||||
#include "historywidget.h"
|
||||
|
||||
namespace {
|
||||
bool frameless = true;
|
||||
QStringList _initLogs;
|
||||
|
||||
bool frameless = true;
|
||||
bool finished = true;
|
||||
|
||||
class _PsEventFilter : public QAbstractNativeEventFilter {
|
||||
@@ -978,6 +980,15 @@ PsUpdateDownloader::~PsUpdateDownloader() {
|
||||
reply = 0;
|
||||
}
|
||||
|
||||
|
||||
QStringList psInitLogs() {
|
||||
return _initLogs;
|
||||
}
|
||||
|
||||
void psClearInitLogs() {
|
||||
_initLogs = QStringList();
|
||||
}
|
||||
|
||||
void psActivateProcess(uint64 pid) {
|
||||
objc_activateProgram();
|
||||
}
|
||||
|
Reference in New Issue
Block a user