volume control
This commit is contained in:
parent
fe7bbed7c1
commit
e9a031e6d3
7 changed files with 39 additions and 40 deletions
|
|
@ -15,9 +15,6 @@ int main(int argc, char *argv[])
|
|||
QGuiApplication app(argc, argv);
|
||||
QQmlApplicationEngine engine;
|
||||
|
||||
/* Add command line parser to specify a custom config file
|
||||
* https://doc.qt.io/qt-5/qcommandlineparser.html
|
||||
*/
|
||||
QCommandLineParser parser;
|
||||
parser.setApplicationDescription("Lena's music app");
|
||||
// Define a custom config file using -c or --config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue