Initializing a variable

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent 21e42370fd
commit 705c2cc4c6
  1. 1
      src/adaptors/publishing/UBDocumentPublisher.cpp

@ -38,6 +38,7 @@ UBDocumentPublisher::UBDocumentPublisher(UBDocumentProxy* pDocument, QObject *pa
, mPublishingDocument(0)
, mUsername("")
, mPassword("")
, bLoginCookieSet(false)
{
mpWebView = new QWebView(0);
UBApplication::mainWindow->addSankoreWebDocumentWidget(mpWebView);

Loading…
Cancel
Save