mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-10-01 11:22:00 +00:00
Update submodules to the latest spellcheck.
This commit is contained in:
23
Telegram/SourceFiles/core/base_integration.h
Normal file
23
Telegram/SourceFiles/core/base_integration.h
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
This file is part of Telegram Desktop,
|
||||
the official desktop application for the Telegram messaging service.
|
||||
|
||||
For license and copyright information please follow this link:
|
||||
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "base/integration.h"
|
||||
|
||||
namespace Core {
|
||||
|
||||
class BaseIntegration : public base::Integration {
|
||||
public:
|
||||
BaseIntegration(int argc, char *argv[]);
|
||||
|
||||
void enterFromEventLoop(FnMut<void()> &&method) override;
|
||||
void logAssertionViolation(const QString &info) override;
|
||||
|
||||
};
|
||||
|
||||
} // namespace Core
|
Reference in New Issue
Block a user