Skip to content
Snippets Groups Projects
  1. Feb 14, 2014
  2. Feb 13, 2014
    • Tobias Hunger's avatar
      IWizard and derived classes: Code cleanups · 424b9a00
      Tobias Hunger authored
      
      There should be no functional changes, just removal of unnecessary
      code. This includes:
      
      * Removal of unused QObject *parent = 0 parameters to constructors
      * Removal of unnecessary explicits
      * Removal of unnecessary virtuals
      * Removal of unnecessary constructors/destructors
      
      Some explicits were added though where those were missing.
      
      Change-Id: Iab570349ea950dad0a2d01af17bc6175f70832f1
      Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
      424b9a00
  3. Feb 12, 2014
    • Orgad Shaneh's avatar
      Clean up single namespace forward-declarations · 7ed15760
      Orgad Shaneh authored
      
      Done using the following ruby script:
      
      Dir.glob('**/*.h').each { |file|
        if File.file?(file)
          s = File.read(file)
          t = s.gsub(/^namespace .+ \{\n\s*class .*;\n\s*\}.*$/) { |m| m.gsub(/\n\s*/, ' ').gsub(/\s*\/\/.*$/, '') }
          if t != s
            puts file
            File.open(file, 'w').write(t)
          end
        end
      }
      
      Change-Id: Iffcb966e90eb8e1a625eccd5dd0b94f000ae368e
      Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
      7ed15760
  4. Jan 09, 2014
  5. Jan 08, 2014
  6. Nov 22, 2013
  7. Nov 14, 2013
  8. Oct 22, 2013
  9. Oct 10, 2013
  10. Oct 09, 2013
  11. Oct 02, 2013
Loading