~neon/juk/master

« back to all changes in this revision

Viewing changes to advancedsearchdialog.cpp

  • Committer: Kacper Kasper
  • Date: 2017-07-27 20:45:15 UTC
  • mto: This revision was merged to the branch mainline in revision 2535.
  • Revision ID: git-v1:17c1e4d145856d2455c303894a3249c3559f1619
Fix some FIXMEs and tag remaining ones.

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
//AdvancedSearchDialog::Result AdvancedSearchDialog::exec()
139
139
int AdvancedSearchDialog::exec()
140
140
{
141
 
    return 0; // FIXME
 
141
    return 0; // FIXME signal
142
142
    Result r;
143
143
    r.result = DialogCode(KDialog::exec());
144
144
    r.search = m_search;