Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Data Exporter
Commits
11c68357
Commit
11c68357
authored
Aug 12, 2019
by
Laurent Montel
😁
Browse files
Merge remote-tracking branch 'origin/Applications/19.08'
parents
15e07e76
b9308033
Changes
1
Show whitespace changes
Inline
Side-by-side
gui/dialog/showarchivestructuredialog.cpp
View file @
11c68357
...
...
@@ -114,7 +114,6 @@ void ShowArchiveStructureDialog::slotItemClicked(QTreeWidgetItem *item, int colu
if
(
item
)
{
const
QString
fullPath
=
item
->
data
(
0
,
FullPath
).
toString
();
mExtractFile
->
setEnabled
(
!
fullPath
.
isEmpty
());
qDebug
()
<<
" fullPath"
<<
fullPath
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment