forked from qt-creator/qt-creator
CPaster: Introduce member initialization.
Remove/simplify constructors accordingly. Change-Id: I27ac0281a89dfadefb1f7837d99ce185745b7aae Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -36,11 +36,6 @@
|
||||
|
||||
using namespace CodePaster;
|
||||
|
||||
UrlOpenProtocol::UrlOpenProtocol()
|
||||
: m_fetchReply(0)
|
||||
{
|
||||
}
|
||||
|
||||
QString UrlOpenProtocol::name() const
|
||||
{
|
||||
return QLatin1String("Open URL"); // unused
|
||||
|
||||
Reference in New Issue
Block a user