Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dschmidt/libcrashreporter-qt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeo Mrnjavac <teo@kde.org>2016-03-24 17:52:58 +0300
committerTeo Mrnjavac <teo@kde.org>2016-03-24 17:52:58 +0300
commit4fa2dd3118cb574f2bb4a83c3dbe2def711d3e4b (patch)
tree1747c38de9e306e0c291a39420fd466321e5704c
parentf7603528f332a4636f8fdbd05d334ebcc8a2ae46 (diff)
Useless code is useless.
-rw-r--r--src/libcrashreporter-gui/CrashReporter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libcrashreporter-gui/CrashReporter.cpp b/src/libcrashreporter-gui/CrashReporter.cpp
index 70dc6fc..b791262 100644
--- a/src/libcrashreporter-gui/CrashReporter.cpp
+++ b/src/libcrashreporter-gui/CrashReporter.cpp
@@ -181,9 +181,6 @@ void
CrashReporter::setText( const QString& text )
{
m_ui->topLabel->setText(text);
- m_ui->topLabel->updateGeometry();
- adjustSize();
- resize( size() );
}
void