mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
moved StringUtil into StrUtil to avoid conflicts with another file with lower case name in gui/util
This commit is contained in:
parent
95e8fc4404
commit
b6a2d75747
@ -33,7 +33,7 @@
|
||||
#include "AddOnionCommand.h"
|
||||
#include "HiddenService.h"
|
||||
#include "CryptoKey.h"
|
||||
#include "StringUtil.h"
|
||||
#include "StrUtil.h"
|
||||
|
||||
using namespace Tor;
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
*/
|
||||
|
||||
#include "GetConfCommand.h"
|
||||
#include "StringUtil.h"
|
||||
#include "StrUtil.h"
|
||||
#include <QDebug>
|
||||
|
||||
using namespace Tor;
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
#include "ProtocolInfoCommand.h"
|
||||
#include "TorControl.h"
|
||||
#include "StringUtil.h"
|
||||
#include "StrUtil.h"
|
||||
#include <QList>
|
||||
|
||||
using namespace Tor;
|
||||
|
@ -31,7 +31,7 @@
|
||||
*/
|
||||
|
||||
#include "SetConfCommand.h"
|
||||
#include "StringUtil.h"
|
||||
#include "StrUtil.h"
|
||||
|
||||
using namespace Tor;
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "StringUtil.h"
|
||||
#include "StrUtil.h"
|
||||
|
||||
QByteArray quotedString(const QByteArray &string)
|
||||
{
|
@ -38,7 +38,7 @@
|
||||
#include "SetConfCommand.h"
|
||||
#include "GetConfCommand.h"
|
||||
#include "AddOnionCommand.h"
|
||||
#include "StringUtil.h"
|
||||
#include "StrUtil.h"
|
||||
#include "Settings.h"
|
||||
#include "PendingOperation.h"
|
||||
#include <QHostAddress>
|
||||
|
@ -352,7 +352,7 @@ HEADERS += TorControl/AddOnionCommand.h \
|
||||
TorControl/PendingOperation.h \
|
||||
TorControl/SecureRNG.h \
|
||||
TorControl/Settings.h \
|
||||
TorControl/StringUtil.h \
|
||||
TorControl/StrUtil.h \
|
||||
TorControl/TorProcess_p.h
|
||||
|
||||
SOURCES += TorControl/AddOnionCommand.cpp \
|
||||
@ -371,7 +371,7 @@ SOURCES += TorControl/AddOnionCommand.cpp \
|
||||
TorControl/PendingOperation.cpp \
|
||||
TorControl/SecureRNG.cpp \
|
||||
TorControl/Settings.cpp \
|
||||
TorControl/StringUtil.cpp
|
||||
TorControl/StrUtil.cpp
|
||||
}
|
||||
|
||||
# Input
|
||||
|
Loading…
Reference in New Issue
Block a user