Skip to content

Commit

Permalink
Add test to direct users to deviceConfig folder for more device info.
Browse files Browse the repository at this point in the history
  • Loading branch information
daharoni committed Sep 11, 2020
1 parent efe2d3a commit a802a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ backEnd::backEnd(QObject *parent) :
for (int i = 0; i < unAvailableCodec.length(); i++)
tempStr += unAvailableCodec[i] + ", ";

setUserConfigDisplay("Select a User Configuration file.\n\nAvailable compression Codecs on your computer are:\n" + m_availableCodecList +
setUserConfigDisplay("Select a User Configuration file.\n\nSupported devices are listed in the .json files in the deviceConfig folder.\n\nAvailable compression Codecs on your computer are:\n" + m_availableCodecList +
"\n\nUnavailable compression Codes on your computer are:\n" + tempStr.chopped(2));

// QObject::connect(this, SIGNAL (userConfigFileNameChanged()), this, SLOT( handleUserConfigFileNameChanged() ));
Expand Down

0 comments on commit a802a0f

Please sign in to comment.