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
b9308033
Commit
b9308033
authored
Aug 12, 2019
by
Laurent Montel
😁
Browse files
Remove debug
parent
f28579cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
gui/dialog/showarchivestructuredialog.cpp
View file @
b9308033
...
@@ -114,7 +114,6 @@ void ShowArchiveStructureDialog::slotItemClicked(QTreeWidgetItem *item, int colu
...
@@ -114,7 +114,6 @@ void ShowArchiveStructureDialog::slotItemClicked(QTreeWidgetItem *item, int colu
if
(
item
)
{
if
(
item
)
{
const
QString
fullPath
=
item
->
data
(
0
,
FullPath
).
toString
();
const
QString
fullPath
=
item
->
data
(
0
,
FullPath
).
toString
();
mExtractFile
->
setEnabled
(
!
fullPath
.
isEmpty
());
mExtractFile
->
setEnabled
(
!
fullPath
.
isEmpty
());
qDebug
()
<<
" fullPath"
<<
fullPath
;
}
}
}
}
...
...
Write
Preview
Markdown
is supported
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