mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
.
This commit is contained in:
parent
f6014cf9a8
commit
1bf9edb063
@ -182,6 +182,7 @@ class MySwitch(QWidget):
|
||||
|
||||
def click(self):
|
||||
self.setChecked(not self.checked)
|
||||
self.clicked.emit(self.checked)
|
||||
|
||||
def sizeHint(self):
|
||||
return QSize(
|
||||
|
@ -29,7 +29,7 @@ include(generate_product_version)
|
||||
|
||||
set(VERSION_MAJOR 5)
|
||||
set(VERSION_MINOR 2)
|
||||
set(VERSION_PATCH 0)
|
||||
set(VERSION_PATCH 1)
|
||||
|
||||
add_library(pch pch.cpp)
|
||||
target_precompile_headers(pch PUBLIC pch.h)
|
||||
|
Loading…
x
Reference in New Issue
Block a user