Skip to content
Christian Loose edited this page Jan 15, 2014 · 1 revision

In general the code should follow the Qt Coding Style.

Some specific rules:

  • Constants are all uppercase letters (see app-static\snippets\jsonsnippettranslator.cpp): static const int TIMEOUT = 1000;
Clone this wiki locally