diff options
| author | Elvis Angelaccio <[email protected]> | 2017-05-22 11:37:37 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2017-05-27 10:28:09 +0200 |
| commit | 1faef1c92d168e8f22d91d968c6fe29e70674699 (patch) | |
| tree | 469aa32a2b607c1664f57f59bd865c5bd4440962 /src/dolphinmainwindow.cpp | |
| parent | 4216c7e6bade899bcc5636acb0529fdcadf0956c (diff) | |
Introduce DolphinMainWindowTest
For now it contains a test case for the crash in bug #379135
CCBUG: 379135
Reviewers: emmanuelp, dfaure
Differential Revision: https://phabricator.kde.org/D5936
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index e28e540d1..8d580432f 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -124,6 +124,7 @@ DolphinMainWindow::DolphinMainWindow() : setAcceptDrops(true); m_tabWidget = new DolphinTabWidget(this); + m_tabWidget->setObjectName("tabWidget"); connect(m_tabWidget, &DolphinTabWidget::activeViewChanged, this, &DolphinMainWindow::activeViewChanged); connect(m_tabWidget, &DolphinTabWidget::tabCountChanged, |
