Skip to content

Commit

Permalink
Break long line
Browse files Browse the repository at this point in the history
  • Loading branch information
milianw committed Sep 28, 2017
1 parent f33db91 commit b286b1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/resultscallercalleepage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ void ResultsCallerCalleePage::onSourceMapContextMenu(const QPoint &point)
return;
}

auto showMenu = [this] (const QString& pathName, const QStringRef& fileName, int lineNumber) -> bool {
auto showMenu = [this] (const QString& pathName, const QStringRef& fileName,
int lineNumber) -> bool
{
if (QFileInfo::exists(pathName + fileName)) {
QMenu contextMenu;
auto *viewCallerCallee = contextMenu.addAction(tr("Open in editor"));
Expand Down

0 comments on commit b286b1f

Please sign in to comment.