Changeset 60928 in webkit


Ignore:
Timestamp:
Jun 9, 2010 7:00:49 PM (14 years ago)
Author:
eric@webkit.org
Message:

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

Reviewed by David Levin.

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

  • WebCoreSupport/InspectorClientQt.cpp:
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/ChangeLog

    r60925 r60928  
     12010-06-09  Anders Bakken  <agbakken@gmail.com>
     2
     3        Reviewed by David Levin.
     4
     5        [Qt] InspectorClientQt.cpp has coding-style errors
     6        https://bugs.webkit.org/show_bug.cgi?id=40255
     7
     8        * WebCoreSupport/InspectorClientQt.cpp:
     9
    1102010-06-09  Anders Bakken  <agbakken@gmail.com>
    211
  • trunk/WebKit/qt/WebCoreSupport/InspectorClientQt.cpp

    r60895 r60928  
    3232#include "InspectorClientQt.h"
    3333
     34#include "InspectorController.h"
     35#include "NotImplemented.h"
     36#include "Page.h"
     37#include "PlatformString.h"
    3438#include "qwebinspector.h"
    3539#include "qwebinspector_p.h"
     
    3741#include "qwebpage_p.h"
    3842#include "qwebview.h"
    39 
     43#include <QtCore/QCoreApplication>
    4044#include <QtCore/QSettings>
    41 #include <QtCore/QCoreApplication>
    42 
    43 #include "InspectorController.h"
    44 #include "NotImplemented.h"
    45 #include "Page.h"
    46 #include "PlatformString.h"
    4745
    4846namespace WebCore {
Note: See TracChangeset for help on using the changeset viewer.