mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Closed beta 10020002: Use default color theme link in Settings.
This commit is contained in:
@@ -34,11 +34,13 @@ public:
|
||||
virtual void showFinished() {
|
||||
}
|
||||
void setInnerFocus();
|
||||
void closing() {
|
||||
bool setClosing() {
|
||||
if (!_closing) {
|
||||
_closing = true;
|
||||
closeHook();
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
bool overlaps(const QRect &globalRect);
|
||||
|
Reference in New Issue
Block a user