[prev in list] [next in list] [prev in thread] [next in thread] 

List:       koffice-devel
Subject:    Re: Compile error in KPlato 1.6
From:       Kai Klindworth <kai () kk-surf ! de>
Date:       2006-08-31 13:05:29
Message-ID: 200608311505.29322.kai () kk-surf ! de
[Download RAW message or body]

Am Donnerstag, 31. August 2006 09:48 schrieb Sander Koning:
> kptganttview.cc: In member function 'void
> KPlato::GanttView::modifyTask(KDGanttViewItem*, KPlato::Task*)':
> kptganttview.cc:625: error: 'class KPlato::Task' has no member named
> 'overbookedResources'
>
> I've looked through the source but can't find an obvious fix.
> Could someone help me out here?

I think you have to add the following method in kpttask.cc:

QStringList Task::overbookedResources() {
    if (m_currentSchedule)
        m_currentSchedule->overbookedResources();
}

And of course you have to add its prototype in kpttask.h. I don't know if that 
is a useful solution, but it compiles for me.

Kai Klindworth
_______________________________________________
koffice-devel mailing list
koffice-devel@kde.org
https://mail.kde.org/mailman/listinfo/koffice-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic