git-svn-id: svn://db.shs.com.ru/libs@651 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -37,11 +37,6 @@ qreal GLWidget::depthStart() const {
|
||||
}
|
||||
|
||||
|
||||
qreal GLWidget::depthEnd() const {
|
||||
return view_->depthEnd();
|
||||
}
|
||||
|
||||
|
||||
QColor GLWidget::ambientColor() const {
|
||||
return view_->ambientColor();
|
||||
}
|
||||
@@ -153,11 +148,6 @@ void GLWidget::setDepthStart(const qreal & arg) {
|
||||
}
|
||||
|
||||
|
||||
void GLWidget::setDepthEnd(const qreal & arg) {
|
||||
view_->setDepthEnd(arg);
|
||||
}
|
||||
|
||||
|
||||
void GLWidget::setAmbientColor(const QColor & arg) {
|
||||
view_->setAmbientColor(arg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user