Skip to content

Commit

Permalink
Default: Store broadcast credentials as plain text
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Jun 14, 2019
1 parent 0a42e5c commit 1ccc5ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/preferences/broadcastprofile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,7 @@ void BroadcastProfile::copyValuesTo(BroadcastProfilePtr other) {
}

void BroadcastProfile::adoptDefaultValues() {
#ifdef __QTKEYCHAIN__
m_secureCredentials = true;
#else
m_secureCredentials = false;
#endif
m_enabled = false;

m_host = QString();
Expand Down

0 comments on commit 1ccc5ab

Please sign in to comment.