Skip to content

Commit

Permalink
Show Windows path correctly after move (#154)
Browse files Browse the repository at this point in the history
Signed-off-by: Toomas Uudisaru <[email protected]>
  • Loading branch information
uudisaru authored Feb 3, 2018
1 parent 5969ff2 commit 495e675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/widgets/ContainerPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ void ContainerPage::init()

connect(this, &ContainerPage::cardChanged, this, &ContainerPage::changeCard);
connect(this, &ContainerPage::cardChanged, [this](const QString& idCode){ emit ui->rightPane->idChanged(idCode, mobileCode); });
connect(this, &ContainerPage::moved, ui->containerFile, &QLabel::setText);
connect(this, &ContainerPage::moved,this, &ContainerPage::setHeader);
connect(this, &ContainerPage::details, ui->rightPane, &ItemList::details);
connect(ui->changeLocation, &LabelButton::clicked, this, &ContainerPage::forward);
connect(ui->cancel, &LabelButton::clicked, this, &ContainerPage::forward);
Expand Down

0 comments on commit 495e675

Please sign in to comment.