Skip to content

Commit

Permalink
Merge ElementsProject#702: fix no return at end of function introduce…
Browse files Browse the repository at this point in the history
…d in 172ad71

72186f8 f'Fix QT startup for custom chains' (Gregory Sanders)

Pull request description:

Tree-SHA512: b903ae09eeaf5a660444a69c8f058712a808f04ae5c037474c98d013077c80f39b697d679ec07d877188c2e53a93c8f7bcbf2bca1803ee6a43dd0b8eada1f962
  • Loading branch information
stevenroose committed Sep 4, 2019
2 parents 66c5045 + 72186f8 commit 7c302d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/networkstyle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,5 @@ const NetworkStyle* NetworkStyle::instantiate(const std::string& networkId)
titleAddText.c_str());
}
}
return nullptr;
}

0 comments on commit 7c302d2

Please sign in to comment.