Skip to content
Snippets Groups Projects
PL1

Create skeleton of the IV streamer app

Merged Imported Juan Font Alonso requested to merge 871-ive-create-iv-streamer-app into master
1 unresolved thread

Closes #871

Merge request reports

Checking pipeline status.

Merged by Juan Font AlonsoJuan Font Alonso 2 years ago (Feb 16, 2023 11:14am UTC)

Loading

Pipeline #580165 passed

Pipeline passed for 7de3f244 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
29 ive::initIVEditor();
30
31 QApplication a(argc, argv);
32 a.setOrganizationName(SC_ORGANISATION);
33 a.setOrganizationDomain(SC_ORGANISATION_DOMAIN);
34 a.setApplicationVersion(spaceCreatorVersion);
35 a.setApplicationName(QObject::tr("IV Streaming"));
36
37 shared::CommandLineParser cmdParser;
38 cmdParser.handlePositional(shared::CommandLineParser::Positional::StartRemoteControl);
39 cmdParser.process(a.arguments());
40
41 const QString portString = cmdParser.value(shared::CommandLineParser::Positional::StartRemoteControl);
42 quint16 port = portString.toUShort();
43 if (port <= 1000) {
44 port = 34633;
  • Juan Font Alonso added 1 commit · Imported

    added 1 commit

    • 04db71a7 - Notify the user about the default port number

    Compare with previous version

    By Guenter Schwann on 2023-02-16T09:55:35

  • Juan Font Alonso added 4 commits · Imported

    added 4 commits

    Compare with previous version

    By Kasper Fisker on 2023-02-16T10:23:15

  • Juan Font Alonso enabled an automatic merge when the pipeline for 726628e9 succeeds · Imported

    enabled an automatic merge when the pipeline for 726628e9 succeeds

    By Kasper Fisker on 2023-02-16T10:23:20

  • Juan Font Alonso merged · Imported

    merged

  • Please register or sign in to reply
    Loading