Slide picker

This commit is contained in:
Krad
2021-11-26 10:49:09 +08:00
parent dfcbb61e60
commit 832b4196b6
10 changed files with 406 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ void UserOperationLog::init() {
}
const char space = ' ';
QString addSpace(char* str)
QString addSpace(const char* str)
{
QString s;