Merge branch 'master' into move-serialization
This commit is contained in:
+2
-13
@@ -176,11 +176,6 @@ public:
|
||||
*/
|
||||
virtual QString Description() const;
|
||||
|
||||
const QString& ToolTip() const
|
||||
{
|
||||
return tooltip_;
|
||||
}
|
||||
|
||||
Folder* folder() const
|
||||
{
|
||||
return folder_;
|
||||
@@ -199,7 +194,8 @@ public:
|
||||
DURATION,
|
||||
CREATED_TIME,
|
||||
MODIFIED_TIME,
|
||||
FREQUENCY_RATE
|
||||
FREQUENCY_RATE,
|
||||
TOOLTIP
|
||||
};
|
||||
|
||||
virtual QVariant data(const DataType &d) const;
|
||||
@@ -1046,11 +1042,6 @@ protected:
|
||||
effect_input_ = input;
|
||||
}
|
||||
|
||||
void SetToolTip(const QString& s)
|
||||
{
|
||||
tooltip_ = s;
|
||||
}
|
||||
|
||||
void SetFlag(Flag f, bool on = true)
|
||||
{
|
||||
if (on) {
|
||||
@@ -1249,8 +1240,6 @@ private:
|
||||
|
||||
OutputConnections output_connections_;
|
||||
|
||||
QString tooltip_;
|
||||
|
||||
Folder* folder_;
|
||||
|
||||
QMap<InputElementPair, ValueHint> value_hints_;
|
||||
|
||||
Reference in New Issue
Block a user