PageRenderTime 36ms CodeModel.GetById 12ms RepoModel.GetById 1ms app.codeStats 0ms

/tests/output/cpp/33043-bug_i_478.cpp

http://github.com/bengardner/uncrustify
C++ | 24 lines | 20 code | 4 blank | 0 comment | 0 complexity | e68bded7ac22ca378b389b9b1418433a MD5 | raw file
Possible License(s): GPL-2.0
  1. {
  2. QString fileName = QFileDialog::getOpenFileName(this,
  3. tr("Choose Configuration File"), ui->leStrategyFile->text(),
  4. tr("Configuration Files (*.cfg);; All Files (*.*)"), 0);
  5. pSettings = new QSettings(QCoreApplication::applicationDirPath() + "/" +
  6. QCoreApplication::applicationName() + ".ini",
  7. QSettings::IniFormat);
  8. }
  9. int a ()
  10. {
  11. double a_very_long_variable = test (foobar1,
  12. foobar5);
  13. double a_other_very_long = asdfasdfasdfasdfasdf + asdfasfafasdfa +
  14. asdfasdfasdf - asdfasdf + 56598;
  15. a_other_very_long = asdfasdfasdfasdfasdf + asdfasfafasdfa +
  16. asdfasdfasdf - asdfasdf + 56598;
  17. testadsfa (dfasdf,
  18. aaafsdfa);
  19. return 0;
  20. }