mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-24 23:19:29 -05:00
fixed compilation due to get_version not found in restbed
This commit is contained in:
parent
694e05d4b9
commit
f5d32a8a9c
@ -973,11 +973,12 @@ void AboutWidget::on_copy_button_clicked()
|
||||
verInfo+=addLibraries("libretroshare", libraries);
|
||||
|
||||
#ifdef RS_JSONAPI
|
||||
/* Add version numbers of RetroShare */
|
||||
// Add versions here. Find a better place.
|
||||
libraries.clear();
|
||||
libraries.push_back(RsLibraryInfo("RestBed", restbed::get_version()));
|
||||
verInfo+=addLibraries("RetroShare", libraries);
|
||||
// Disabled because I could not find how to get restbed version number
|
||||
// /* Add version numbers of RetroShare */
|
||||
// // Add versions here. Find a better place.
|
||||
// libraries.clear();
|
||||
// libraries.push_back(RsLibraryInfo("RestBed", restbed::get_version()));
|
||||
// verInfo+=addLibraries("RetroShare", libraries);
|
||||
#endif
|
||||
|
||||
/* Add version numbers of plugins */
|
||||
|
Loading…
Reference in New Issue
Block a user