mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #02221
[Bug 1055808] [NEW] Host.h has malformed include.
Public bug reported:
Line 53:
#include <QListWidget>;
Fixed:
#include <QListWidget>
(No semi-colon on precompiler include directives... bad juju!)
My compiler complains about it, some compilers may just die at it.
** Affects: mudlet
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1055808
Title:
Host.h has malformed include.
Status in Mudlet the MUD client:
New
Bug description:
Line 53:
#include <QListWidget>;
Fixed:
#include <QListWidget>
(No semi-colon on precompiler include directives... bad juju!)
My compiler complains about it, some compilers may just die at it.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1055808/+subscriptions
Follow ups
References