mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Removed version.html
This commit is contained in:
parent
3e3adf7337
commit
7742e0ca39
@ -24,6 +24,7 @@
|
||||
|
||||
#include <retroshare/rsiface.h>
|
||||
#include <retroshare/rsplugin.h>
|
||||
#include "rshare.h"
|
||||
|
||||
#ifdef ENABLE_WEBUI
|
||||
#include <microhttpd.h>
|
||||
@ -84,13 +85,7 @@ HelpDialog::HelpDialog(QWidget *parent) :
|
||||
ui->thanks->setText(in.readAll());
|
||||
}
|
||||
|
||||
QFile versionFile(QLatin1String(":/help/version.html"));
|
||||
if (versionFile.open(QIODevice::ReadOnly | QIODevice::Text)) {
|
||||
QTextStream in(&versionFile);
|
||||
QString version = in.readAll();
|
||||
|
||||
ui->version->setText(version);
|
||||
}
|
||||
ui->version->setText(Rshare::retroshareVersion(true));
|
||||
|
||||
/* Add version numbers of libretroshare */
|
||||
std::list<RsLibraryInfo> libraries;
|
||||
|
@ -1,5 +0,0 @@
|
||||
Retroshare Gui version :
|
||||
Svn version : 8013
|
||||
Fr 13. Mär 16:32:53 CET 2015
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
Retroshare Gui version :
|
||||
Git version : $Branch$
|
||||
$Hash$
|
||||
$Date$
|
@ -646,7 +646,6 @@
|
||||
<file>images/newsfeed/news-feed-32.png</file>
|
||||
<file>images/newsfeed/news-feed-notify-32.png</file>
|
||||
<file>images/share-icon-16.png</file>
|
||||
<file>help/version.html</file>
|
||||
<file>images/view-certificate-sign-48.png</file>
|
||||
<file>images/toasterEnable.png</file>
|
||||
<file>images/toasterDisable.png</file>
|
||||
|
Loading…
Reference in New Issue
Block a user