diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-08-06 20:17:57 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-08-06 20:17:57 +0200 |
| commit | b0c15c9cfb74bba152eceb4d3f4d490cd75c754b (patch) | |
| tree | 3e70a1fcb8f23bea38a5241a26f84ecf086ce73b /src/downloadlistwidgetcompact.cpp | |
| parent | f92027bea61593e22260d0c6296029c1acc4a306 (diff) | |
Added Open File option to downloads tab.
Diffstat (limited to 'src/downloadlistwidgetcompact.cpp')
| -rw-r--r-- | src/downloadlistwidgetcompact.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/downloadlistwidgetcompact.cpp b/src/downloadlistwidgetcompact.cpp index 710ecadc..fcf93754 100644 --- a/src/downloadlistwidgetcompact.cpp +++ b/src/downloadlistwidgetcompact.cpp @@ -247,7 +247,7 @@ void DownloadListWidgetCompactDelegate::issueVisitOnNexus() emit visitOnNexus(m_ContextIndex.row());
}
-void DownloadListWidgetDelegate::issueOpenFile()
+void DownloadListWidgetCompactDelegate::issueOpenFile()
{
emit openFile(m_ContextIndex.row());
}
|
