By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1731
Collapse All | Expand All

(-)trinity-python-tqt-14.0.0~pre40+92310a96/sip/qt/qlayout.sip.ORI (-2 / +2 lines)
Lines 328-335 Link Here
328
	TQSizePolicy::ExpandData expanding() const;
328
	TQSizePolicy::ExpandData expanding() const;
329
	TQSize minimumSize() const;
329
	TQSize minimumSize() const;
330
	TQSize maximumSize() const;
330
	TQSize maximumSize() const;
331
	void setGeometry(const TQRect &) = 0;
331
	virtual void setGeometry(const TQRect &) = 0;
332
	TQLayoutIterator iterator() = 0;
332
	virtual TQLayoutIterator iterator() = 0;
333
	bool isEmpty() const;
333
	bool isEmpty() const;
334
334
335
	int totalHeightForWidth(int) const;
335
	int totalHeightForWidth(int) const;
(-)trinity-python-tqt-14.0.0~pre40+92310a96/sip/qtnetwork/qftp.sip.ORI (+3 lines)
Lines 177-182 Link Here
177
	virtual void operationRename(TQNetworkOperation *);
177
	virtual void operationRename(TQNetworkOperation *);
178
	virtual void operationGet(TQNetworkOperation *);
178
	virtual void operationGet(TQNetworkOperation *);
179
	virtual void operationPut(TQNetworkOperation *);
179
	virtual void operationPut(TQNetworkOperation *);
180
181
private:
182
	virtual bool checkConnection(TQNetworkOperation *);
180
};
183
};
181
184
182
%End
185
%End

Return to bug 1731