Commit 73804c68 authored by Claudio Valerio's avatar Claudio Valerio

initialized a string with a empty string and not 0 because it works on on linux

parent b485765e
......@@ -28,14 +28,14 @@
#include "UBSvgSubsetRasterizer.h"
#include "core/memcheck.h"
#include <../Trolltech/Qt-4.7.0/include/QtWebKit/qwebview.h>
UBDocumentPublisher::UBDocumentPublisher(UBDocumentProxy* pDocument, QObject *parent)
: UBAbstractPublisher(parent)
, mSourceDocument(pDocument)
, mPublishingDocument(0)
, mUsername(0)
, mPassword(0)
, mUsername("")
, mPassword("")
{
mpWebView = new QWebView(0);
UBApplication::mainWindow->addSankoreWebDocumentWidget(mpWebView);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment