more code cosmetics

This commit is contained in:
hjk
2008-12-02 16:19:05 +01:00
parent 10e963fb61
commit cf11b69643
398 changed files with 1011 additions and 820 deletions

View File

@@ -30,6 +30,7 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
#include "regexpplugin.h"
#include "settings.h"
#include "regexpwindow.h"

View File

@@ -30,6 +30,7 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
#ifndef REGEXPPLUGIN_H
#define REGEXPPLUGIN_H
@@ -63,7 +64,7 @@ private:
QPointer<RegExpWindow> m_regexpWindow;
};
} //namespace Internal
} //namespace RegExp
} // namespace Internal
} // namespace RegExp
#endif
#endif // REGEXPPLUGIN_H

View File

@@ -30,6 +30,7 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
#include "regexpwindow.h"
#include "settings.h"

View File

@@ -30,6 +30,7 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
#ifndef REGEXPWINDOW_H
#define REGEXPWINDOW_H
@@ -86,7 +87,7 @@ private:
QLineEdit *captureEdits[MaxCaptures];
};
} //namespace Internal
} //namespace RegExp
} // namespace Internal
} // namespace RegExp
#endif
#endif // REGEXPWINDOW_H

View File

@@ -30,7 +30,9 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
#include "settings.h"
#include <QtCore/QSettings>
static const char *syntaxKey = "Syntax";
@@ -90,5 +92,5 @@ void Settings::toQSettings(QSettings *s) const
s->endGroup();
}
}
}
} // namespace Internal
} // namespace Settings;

View File

@@ -30,6 +30,7 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
#ifndef REGEXP_SETTINGS_H
#define REGEXP_SETTINGS_H