Changeset 60749 in webkit


Ignore:
Timestamp:
Jun 5, 2010 4:50:02 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-06-05 Anders Bakken <agbakken@gmail.com>

Reviewed by Eric Seidel.

[Qt] DragDataQt.cpp has coding-style errors
https://bugs.webkit.org/show_bug.cgi?id=39777

  • platform/qt/DragDataQt.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r60748 r60749  
     12010-06-05  Anders Bakken  <agbakken@gmail.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        [Qt] DragDataQt.cpp has coding-style errors
     6        https://bugs.webkit.org/show_bug.cgi?id=39777
     7
     8        * platform/qt/DragDataQt.cpp:
     9
    1102010-06-05  Anders Bakken  <agbakken@gmail.com>
    211
  • trunk/WebCore/platform/qt/DragDataQt.cpp

    r53442 r60749  
    2121 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    2222 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    23  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
     23 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2424 */
    2525
     
    3232#include "markup.h"
    3333
     34#include <QColor>
    3435#include <QList>
    3536#include <QMimeData>
    3637#include <QUrl>
    37 #include <QColor>
    3838
    3939namespace WebCore {
Note: See TracChangeset for help on using the changeset viewer.