Changeset 123 for trunk/src/gui/kernel

Timestamp:
Aug 20, 2009, 12:31:42 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Typos.

Location:
trunk/src/gui/kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qwidget_pm.cpp

    r122 r123  
    14311431                WinSetWindowPos(fId, HWND_TOP, r.left(),
    14321432                                // flip y coodrinate
    1433                                 QApplication::desktop()->height() - (r.top() + r.width()),
     1433                                QApplication::desktop()->height() - (r.top() + r.()),
    14341434                                r.width(), r.height(), fl);
    14351435            } else {
  • trunk/src/gui/kernel/qwindowdefs_pm.h

    r121 r123  
    4646
    4747#include <QtCore/qglobal.h>
     48
    4849
    4950QT_BEGIN_HEADER
Note: See TracChangeset for help on using the changeset viewer.