summaryrefslogtreecommitdiffstats
path: root/webscrap.h
diff options
context:
space:
mode:
authorRoopesh Chander <roop@forwardbias.in>2009-11-24 11:39:39 +0530
committerRoopesh Chander <roop@forwardbias.in>2009-11-24 12:50:12 +0530
commit13c556fcc67ca90e40a8a6c868d295d37954cda7 (patch)
tree2f5708cef4c304dfe7219783a66ccc0c61c26fa6 /webscrap.h
parent4a6ad95a377dbe878a90c286d7c5682d7263b3f9 (diff)
fix coding style using astyle
astyle --indent=spaces=4 --brackets=linux --indent-labels --pad=oper --unpad=paren --one-line=keep-statements --convert-tabs --indent-preprocessor
Diffstat (limited to 'webscrap.h')
-rw-r--r--webscrap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/webscrap.h b/webscrap.h
index aad2d9f..a668e26 100644
--- a/webscrap.h
+++ b/webscrap.h
@@ -60,7 +60,8 @@ private:
bool m_isLoading, m_isMouseClicksEnabled;
};
-class WebScrapContainer : public QGraphicsWidget {
+class WebScrapContainer : public QGraphicsWidget
+{
Q_OBJECT
public:
const static int s_padding, s_titlePadding;