forked from qt-creator/qt-creator
more cosmetic changes
This commit is contained in:
@@ -30,28 +30,28 @@
|
||||
** 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#include "bookmarksplugin.h"
|
||||
#include "bookmarkmanager.h"
|
||||
#include "bookmarks_global.h"
|
||||
|
||||
#include <QtCore/qplugin.h>
|
||||
#include <QtGui/QMenu>
|
||||
#include <QDebug>
|
||||
|
||||
#include <texteditor/texteditorconstants.h>
|
||||
#include <coreplugin/icore.h>
|
||||
#include <coreplugin/coreconstants.h>
|
||||
#include <coreplugin/uniqueidmanager.h>
|
||||
#include <coreplugin/actionmanager/actionmanagerinterface.h>
|
||||
|
||||
#include <QtCore/qplugin.h>
|
||||
#include <QtGui/QMenu>
|
||||
#include <QDebug>
|
||||
|
||||
using namespace Bookmarks::Constants;
|
||||
using namespace Bookmarks::Internal;
|
||||
|
||||
BookmarksPlugin *BookmarksPlugin::m_instance = 0;
|
||||
|
||||
BookmarksPlugin::BookmarksPlugin():
|
||||
m_bookmarkManager(0),
|
||||
m_core(0)
|
||||
BookmarksPlugin::BookmarksPlugin()
|
||||
: m_bookmarkManager(0), m_core(0)
|
||||
{
|
||||
m_instance = this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user