Move server function to the bottom and change "utils" file name to "localserver"

This commit is contained in:
Vitalya
2023-04-27 19:52:28 +03:00
parent 6f0303206e
commit c15250498b
4 changed files with 17 additions and 15 deletions

View File

@@ -45,7 +45,7 @@ set(discord-screenaudio_SRC
src/log.cpp
src/userscript.cpp
src/centralwidget.cpp
src/utils.cpp
src/localserver.cpp
resources.qrc
)