← Back to team overview

mudlet-makers team mailing list archive

[Bug 1055808] Re: Host.h has malformed include.

 

** Changed in: mudlet
       Status: New => Fix Released

-- 
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:
  Fix Released

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


References