forked from qt-creator/qt-creator
Clean up whitespace before EOL
Change-Id: I385544a10b9be66589b0d1a48594128035836c8a Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -411,7 +411,7 @@ void ContextPaneWidget::onTogglePane()
|
||||
}
|
||||
|
||||
void ContextPaneWidget::onShowColorDialog(bool checked, const QPoint &p)
|
||||
{
|
||||
{
|
||||
if (checked) {
|
||||
colorDialog()->setParent(parentWidget());
|
||||
colorDialog()->move(p);
|
||||
@@ -423,7 +423,7 @@ void ContextPaneWidget::onShowColorDialog(bool checked, const QPoint &p)
|
||||
}
|
||||
|
||||
void ContextPaneWidget::onDisable(bool b)
|
||||
{
|
||||
{
|
||||
enabledChanged(b);
|
||||
if (!b) {
|
||||
hide();
|
||||
@@ -448,7 +448,7 @@ void ContextPaneWidget::protectedMoved()
|
||||
}
|
||||
|
||||
QWidget* ContextPaneWidget::createFontWidget()
|
||||
{
|
||||
{
|
||||
m_textWidget = new ContextPaneTextWidget(this);
|
||||
connect(m_textWidget, SIGNAL(propertyChanged(QString,QVariant)), this, SIGNAL(propertyChanged(QString,QVariant)));
|
||||
connect(m_textWidget, SIGNAL(removeProperty(QString)), this, SIGNAL(removeProperty(QString)));
|
||||
|
||||
Reference in New Issue
Block a user