Remove some blank_line and removal of ;

wilder-portage
Kurt Hindenburg 13 years ago
parent cdf2b2bc78
commit 87251d3950
  1. 1
      src/AccessibleColorScheme.h
  2. 1
      src/ColorScheme.h
  3. 2
      src/History.h
  4. 2
      src/PrintOptions.h

@ -27,7 +27,6 @@
namespace Konsole
{
/**
* A color scheme which uses colors from the standard KDE color palette.
*

@ -224,7 +224,6 @@ private:
static const char* const colorNames[TABLE_COLORS];
static const char* const translatedColorNames[TABLE_COLORS];
};
}
Q_DECLARE_METATYPE(const Konsole::ColorScheme*)

@ -238,7 +238,7 @@ private:
class CompactHistoryBlockList
{
public:
CompactHistoryBlockList() {};
CompactHistoryBlockList() {}
~CompactHistoryBlockList();
void* allocate(size_t size);

@ -25,7 +25,6 @@
namespace Konsole
{
class PrintOptions : public QWidget, private Ui::PrintOptions
{
Q_OBJECT
@ -37,7 +36,6 @@ public:
public slots:
void saveSettings();
};
}
#endif

Loading…
Cancel
Save