forked from qt-creator/qt-creator
more file cosmetics
This commit is contained in:
@@ -59,11 +59,9 @@ QT_END_NAMESPACE
|
||||
|
||||
namespace Help {
|
||||
namespace Internal {
|
||||
|
||||
class PrintHelper;
|
||||
|
||||
}
|
||||
}
|
||||
} // namespace Internal
|
||||
} // namespace Help
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
||||
@@ -30,14 +30,15 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#include "contentstoolwindow.h"
|
||||
#include "helpengine.h"
|
||||
|
||||
#include <QtCore/QDebug>
|
||||
#include <QtCore/QStack>
|
||||
#include <QtGui/QFocusEvent>
|
||||
#include <QtGui/QKeyEvent>
|
||||
|
||||
#include "contentstoolwindow.h"
|
||||
#include "helpengine.h"
|
||||
|
||||
using namespace Help::Internal;
|
||||
|
||||
ContentsToolWidget::ContentsToolWidget()
|
||||
|
||||
@@ -30,13 +30,14 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef CONTENTSTOOLWINDOW_H
|
||||
#define CONTENTSTOOLWINDOW_H
|
||||
|
||||
#include <QtGui/QTreeWidget>
|
||||
|
||||
#include <coreplugin/iview.h>
|
||||
|
||||
#include <QtGui/QTreeWidget>
|
||||
|
||||
namespace Help {
|
||||
namespace Internal {
|
||||
|
||||
@@ -96,7 +97,7 @@ private:
|
||||
ContentsToolWidget *m_widget;
|
||||
};
|
||||
|
||||
} //namespace Internal
|
||||
} //namespace Help
|
||||
} // namespace Internal
|
||||
} // namespace Help
|
||||
|
||||
#endif
|
||||
#endif // CONTENTSTOOLWINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user