ldforge.rc

Fri, 18 Oct 2013 18:16:54 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Fri, 18 Oct 2013 18:16:54 +0300
changeset 512
adab82ab13a5
parent 31
becb3e89345b
permissions
-rw-r--r--

fixed: LDForge would crash if message log got full - the older lines would be removed with ::erase, which now expects an iterator because of the recent transition to QList. Why does QList::iterator allow 0 to be passed?

31
becb3e89345b Added RC file for the application icon introduced in d2d86021
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1 IDI_ICON1 ICON DISCARDABLE "icons/ldforge.ico"

mercurial