Mercurial > lcfOS
diff python/ide.py @ 130:654093a9a1e3
Added icons, improved device explorer
author | Windel Bouwman |
---|---|
date | Sat, 19 Jan 2013 18:16:04 +0100 |
parents | f2d980eef509 |
children | 04e45faafd1d |
line wrap: on
line diff
--- a/python/ide.py Fri Jan 18 12:52:11 2013 +0100 +++ b/python/ide.py Sat Jan 19 18:16:04 2013 +0100 @@ -117,7 +117,7 @@ def __init__(self, parent=None): super(Ide, self).__init__(parent) self.setWindowTitle('LCFOS IDE') - self.compiler = KsCompiler() + self.compiler = None # TODO icon = QPixmap() icon.loadFromData(lcfospng) self.setWindowIcon(QIcon(icon))