ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: devel@lists.altlinux.org
Subject: Re: [devel] [#64366] FAILED razorqt.git=0.4.0-alt2
Date: Thu, 9 Feb 2012 22:45:53 +0400
Message-ID: <20120209184553.GA6390@atlas.home> (raw)
In-Reply-To: <20120209153027.GR31448@osdn.org.ua>

[-- Attachment #1: Type: text/plain, Size: 1537 bytes --]

On Thu, Feb 09, 2012 at 05:30:28PM +0200, Michael Shigorin wrote:
> > razorqt-panel-0.4.0-alt2.i586.rpm	/usr/lib/razor-panel/libclock.so	U	_ZN10RazorClock19confWindowDestroyedEv
> > razorqt-panel-0.4.0-alt2.i586.rpm	/usr/lib/razor-panel/libquicklaunch.so	U	_ZN16RazorQuickLaunch10execActionEP7QAction
> > razorqt-panel-0.4.0-alt2.i586.rpm	/usr/lib/razor-panel/libtaskbar.so	U	_ZN12RazorTaskBar12readSettingsEv
> > razorqt-panel-0.4.0-alt2.i586.rpm	/usr/lib/razor-panel/libtaskbar.so	U	_ZN12RazorTaskBar13writeSettingsEv

В более читаемом виде это:

  RazorClock::confWindowDestroyed()
  RazorQuickLaunch::execAction(QAction*)
  RazorTaskBar::readSettings()
  RazorTaskBar::writeSettings()

В файлах *.h можно наблюдать следующее:

[razorqt/razorqt-panel/plugin-clock/razorclock.h]
private slots:
    void confWindowDestroyed();

[razorqt/razorqt-panel/plugin-quicklaunch/razorquicklaunch.h]
private slots:
    //! run command in the action
    void execAction(QAction*);

[razorqt/razorqt-panel/plugin-taskbar/razortaskbar.h]
private slots:
    void readSettings();
    void writeSettings();

Однако в соответствующих файлах *.cpp реализации этих методов
отсутствуют; при этом в коде эти методы на первый взгляд тоже не
используются.  Но на самом деле, поскольку это не просто методы, а
слоты Qt, moc генерирует код для их вызова в случае присоединения к
этим слотам каких-либо сигналов.

Для исправления проблемы должно быть достаточно просто удалить из
файлов *.h объявления несуществующих слотов.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  parent reply	other threads:[~2012-02-09 18:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-09 15:30 ` Michael Shigorin
2012-02-09 15:53   ` Dmitry V. Levin
2012-02-10  5:19     ` Lenar Shakirov
2012-02-09 18:45   ` Sergey Vlasov [this message]
2012-02-14 10:08     ` Michael Shigorin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120209184553.GA6390@atlas.home \
    --to=vsu@altlinux.ru \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git