moved StringUtil into StrUtil to avoid conflicts with another file with lower case name in gui/util

This commit is contained in:
csoler 2018-01-18 22:13:24 +01:00
parent 95e8fc4404
commit b6a2d75747
8 changed files with 8 additions and 8 deletions

View file

@ -31,7 +31,7 @@
*/
#include "GetConfCommand.h"
#include "StringUtil.h"
#include "StrUtil.h"
#include <QDebug>
using namespace Tor;