On Thu, Oct 25, 2007 at 03:08:27AM -0000, [EMAIL PROTECTED] wrote:
> +void ShortcutLineEdit::keyPressEvent(QKeyEvent * e)
> +{
> +     int keyQt = e->key();
> +     switch(e->key()) {

Space after switch.

> +QString const SearchLineEdit::hintMessage()

const method?

> +class ShortcutLineEdit : public QLineEdit {
> +     Q_OBJECT
> +public:
> +     ShortcutLineEdit(QWidget * parent) : QLineEdit(parent) {}
> +protected Q_SLOTS:
> +     void keyPressEvent(QKeyEvent * e);
> +     bool event(QEvent* e);

Space.

Couldn't we try to stick to the rules at least for new code?

Andre'

Reply via email to