Coding style fixes.

This commit is contained in:
Felix Geyer 2012-05-02 17:04:03 +02:00
parent f89a2a4045
commit 739f4d97a6
10 changed files with 14 additions and 14 deletions

View file

@ -26,7 +26,7 @@ DialogyWidget::DialogyWidget(QWidget* parent)
{
}
void DialogyWidget::keyPressEvent(QKeyEvent *e)
void DialogyWidget::keyPressEvent(QKeyEvent* e)
{
#ifdef Q_WS_MAC
if (e->modifiers() == Qt::ControlModifier && e->key() == Qt::Key_Period) {