mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-22 12:34:58 +00:00
feat: update comment
This commit is contained in:
parent
deea8483d5
commit
ca01b73037
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ int main(int argc, char *argv[])
|
|||
MouseTap::getInstance()->initMouseEventTap();
|
||||
#endif
|
||||
|
||||
//加载样式表
|
||||
// load style sheet
|
||||
QFile file(":/qss/psblack.css");
|
||||
if (file.open(QFile::ReadOnly)) {
|
||||
QString qss = QLatin1String(file.readAll());
|
||||
|
|
Loading…
Add table
Reference in a new issue