Files
qt-creator/share/qtcreator/templates/wizards/files/js/file.js
Tobias Hunger f68704f8fd JsonWizard: Make checkbox default values true and false
That is closer to what a user expects than the "0" and "1" used
before.

Change-Id: I08b3a7b0361dd54b75ee7b2213b3d120fb016bf5
Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
2015-05-28 15:52:54 +00:00

8 lines
62 B
JavaScript

@if %{Stateless}
.pragma library
@endif
function func() {
}