File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ bool MainWindow::unpackArchive(const QString &archiveName)
285285 return runProcess (" tar" , args);
286286}
287287
288- void MainWindow::showResult (const QListWidgetItem *item)
288+ void MainWindow::showResult (QListWidgetItem *item)
289289{
290290 ui->statusBar ->clearMessage ();
291291 const bool local = item->text ().startsWith (DACA2_PACKAGES);
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public slots:
4747 void loadFile ();
4848 void loadFromClipboard ();
4949 void filter (const QString& filter);
50- void showResult (const QListWidgetItem *item);
50+ void showResult (QListWidgetItem *item);
5151 void refreshResults ();
5252 void fileTreeFilter (const QString &str);
5353 void findInFilesClicked ();
Original file line number Diff line number Diff line change 450450 <sender >results</sender >
451451 <signal >itemDoubleClicked(QListWidgetItem*)</signal >
452452 <receiver >MainWindow</receiver >
453- <slot >showResult(const QListWidgetItem*)</slot >
453+ <slot >showResult(QListWidgetItem*)</slot >
454454 <hints >
455455 <hint type =" sourcelabel" >
456456 <x >28</x >
481481 </connections >
482482 <slots >
483483 <slot >loadFile()</slot >
484- <slot >showResult(const QListWidgetItem*)</slot >
484+ <slot >showResult(QListWidgetItem*)</slot >
485485 <slot >loadFromClipboard()</slot >
486486 <slot >filter(QString)</slot >
487487 <slot >refreshResults()</slot >
You can’t perform that action at this time.
0 commit comments