summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/parameter_p.h
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2016-02-12 08:51:16 +0100
committerSean Harmer <sean.harmer@kdab.com>2016-02-21 13:47:14 +0000
commit78e79cbe6abaa32f4c9fcf00453a6d9572b00ff2 (patch)
tree62707efcd6612029e2b612efdeef86cbcdffb389 /src/render/materialsystem/parameter_p.h
parent2fd869c0f36e821d0bfdb3a4edbb344a0d4190b9 (diff)
RenderView: various small fixes in things frequently called
Change-Id: Ib81db6fd387853069cc7bda1206ff5ef95a377c2 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/materialsystem/parameter_p.h')
-rw-r--r--src/render/materialsystem/parameter_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/materialsystem/parameter_p.h b/src/render/materialsystem/parameter_p.h
index e3e2fd663..147e8fa4e 100644
--- a/src/render/materialsystem/parameter_p.h
+++ b/src/render/materialsystem/parameter_p.h
@@ -74,7 +74,7 @@ public:
QString name() const;
QVariant value() const;
- int nameId() const;
+ int nameId() const Q_DECL_NOEXCEPT;
private:
QString m_name;