summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qmargins.h
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-09-01 07:58:30 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-09-01 07:58:30 (GMT)
commit632c430a70e2aa50d57c80e35e15391f0b859749 (patch)
treeb7a946058d04f3d743bec6bfc08dd7fc2707c52e /src/corelib/tools/qmargins.h
parentdbf938ed01a9d38db3a634db8548a56ddb241b38 (diff)
downloadQt-632c430a70e2aa50d57c80e35e15391f0b859749.zip
Qt-632c430a70e2aa50d57c80e35e15391f0b859749.tar.gz
Qt-632c430a70e2aa50d57c80e35e15391f0b859749.tar.bz2
doc: Fixed several qdoc errors.
Also removed four function declarations from QMargins that had no definitions.
Diffstat (limited to 'src/corelib/tools/qmargins.h')
-rw-r--r--src/corelib/tools/qmargins.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/corelib/tools/qmargins.h b/src/corelib/tools/qmargins.h
index be918cc..2691c62 100644
--- a/src/corelib/tools/qmargins.h
+++ b/src/corelib/tools/qmargins.h
@@ -68,11 +68,6 @@ public:
void setRight(int right);
void setBottom(int bottom);
- int &rleft();
- int &rtop();
- int &rright();
- int &rbottom();
-
private:
int m_left;
int m_top;