diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-06-05 14:30:18 +0200 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-06-05 14:30:18 +0200 |
commit | 752dd880e00a01b08bb3fb389500c55f0cc8ba0d (patch) | |
tree | 0e82e328e5a6df471a93f660c50ad3f644881af4 /src/plugins/cpptools/cpptoolsplugin.cpp | |
parent | b18cb113dabb73719e1cbdd805c27c22993f267e (diff) | |
download | qt-creator-752dd880e00a01b08bb3fb389500c55f0cc8ba0d.tar.gz |
Show how to simplify declarations. e.g.
static int i, *ptr = &i;
will be replaced with
static int i;
static int *ptr = &i;
using the editor's context menu > Simplify Declarations
Diffstat (limited to 'src/plugins/cpptools/cpptoolsplugin.cpp')
0 files changed, 0 insertions, 0 deletions